aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:50:19 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:50:19 +0100
commit212882d6cf097073428cd7113a8be0d4adcc5234 (patch)
tree3d7b51ad2cdd2d57d1ccb43a006d696af3f25a91 /README
parentUpdate e-mail and fix typo (diff)
downloadapsh-212882d6cf097073428cd7113a8be0d4adcc5234.tar.gz
apsh-212882d6cf097073428cd7113a8be0d4adcc5234.tar.bz2
apsh-212882d6cf097073428cd7113a8be0d4adcc5234.tar.xz
fix readmeHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
-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.