about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-23 22:12:07 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-03-23 22:12:07 -0700
commitb663b5797ab5852f4698e5375bff00a413de6396 (patch)
treedef01bfb45b6fed47addb260be9734a6965fdbe3 /README.md
parent443bb67383c2924be25ea3efa201dd9a91116e7f (diff)
downloadmu-b663b5797ab5852f4698e5375bff00a413de6396.tar.gz
.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3de83450..09d25b61 100644
--- a/README.md
+++ b/README.md
@@ -111,8 +111,8 @@ Mu programs can be written for two very different environments:
   This sub-directory contains an entirely separate set of libraries intended
   for building programs that run with just a Linux kernel, reading from stdin
   and writing to stdout. The Mu compiler is such a program, at `linux/mu.subx`.
-  Individual programs typically run tests if given some commandline argument
-  like `test`.
+  Individual programs typically run tests if given a command-line argument
+  called `test`.
 
 While I currently focus on programs without an OS, the `linux/` sub-directory
 is fairly ergonomic. There's a couple of dozen example programs to try out