aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index 88c6870..ec6d7d4 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,5 +1,5 @@
-sps: the shitposting shell
-==========================
+spsh: the shitposting shell
+===========================
An experimental Bourne-style shell for me to learn moar C. Don't actually use
this for any serious reason.
@@ -7,7 +7,7 @@ this for any serious reason.
You need to fully-qualify the programs and arguments you call at the moment,
like:
- sps$ /bin/grep pattern /home/user/file
+ spsh$ /bin/grep pattern /home/user/file
Installing
----------