aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index f8505c1..a6c135b 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
NAME
- apsh — advanced piping shell
+ apsh — Advanced piping shell
DESCRIPTION
apsh is a shell designed to give the user the ability
@@ -13,9 +13,9 @@ DESCRIPTION
which creates a socket instead of a pipe and connects
both ends. Similarly <>| is like |, except it creates
a bidirectional socket instead of a pipe. apsh also
- lets the user create pipes and sockets before then
+ lets the user create pipes and sockets before they
are used.
- Additionally if ( ) or (( )) is used as an argument
- in to a command, the code is formatted and parsed
- the as a string to the command as that argument.
+ Additionally, if ( ) or (( )) is used as an argument
+ to a command, the code is formatted and parsed as a
+ string and passed to the command as that argument.