aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-08-01 01:42:28 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-08-01 01:42:28 +1200
commita3347effe664480b1b6d10bb3c56c651052c8a5c (patch)
tree1e39f5fd284f2e630d227a3ba5271d96d96d1821
parentUpdate clone URL in README.md (diff)
downloaddoomsh-a3347effe664480b1b6d10bb3c56c651052c8a5c.tar.gz
doomsh-a3347effe664480b1b6d10bb3c56c651052c8a5c.zip
Adjust wording in README.md
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 527d63c..91bc4f2 100644
--- a/README.md
+++ b/README.md
@@ -13,9 +13,10 @@ don't end up munging important files in your `HOME`.
$ cd doomsh
$ ./doomsh
-Not really important or useful in any way, but kind of fun to see what breaks
-when resources are really tight, especially when it exposes problems in
-programs like failing to check for NULL returns from `malloc(3)`.
+This software is not really important or useful in any way, but it's kind of
+fun to see what breaks when resources are really tight, especially when it
+exposes problems in programs like failing to check for `NULL` returns from
+`malloc(3)`.
On the author's machine, at level 5, even `ls(1)` doesn't work, let alone Vim.