aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 4ebe925..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
@@ -16,6 +16,6 @@ DESCRIPTION
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.