Skip to content

Commit 9eff53e

Browse files
committed
Improve wording
1 parent 139081d commit 9eff53e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

picosh/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a tiny UNIX shell, implemented in C.
44

55
The shell supports:
66
* Simple commands, i.e. `vim`, `echo hello world` etc.
7-
* Pipelines, i.e. `ls | wc -l'.
7+
* Pipelines, i.e. `ls | wc -l`.
88
* File redirection, i.e. `echo hello > x` and `cat < x | grep hello`.
99

1010
However, it does not support:
@@ -13,4 +13,4 @@ However, it does not support:
1313
* `&`, although that should be trivial to add.
1414
* Globs, variables, conditionals, loops, functions and it will never be a proper POSIX shell.
1515

16-
Only a toy. Use and explore at your own risk. However, PRs are welcome for bugfixes, or if the additional functionality would not increase the complexity.
16+
Use and explore at your own risk.

0 commit comments

Comments
 (0)