about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-04-11 11:43:30 -0700
committerKartik Agaram <vc@akkartik.com>2019-04-11 11:43:30 -0700
commit1102191c662ea548fd49c15c30a18a4f5ff8df5c (patch)
tree5806b0e512d1a2a36cdc1f2f9c6f9c3778001c1d /subx
parent5f644753ab8b39bf8c56fad9cd3b9c328f68bc39 (diff)
downloadmu-1102191c662ea548fd49c15c30a18a4f5ff8df5c.tar.gz
5083
Diffstat (limited to 'subx')
-rw-r--r--subx/Readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index 43d0730d..7f9ccd49 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -23,7 +23,8 @@ kernel. No other dependencies needed.
   42
  ```
 
-You can emulate programs on an interpreter/VM for better error messages.
+You can run the generated binaries on an interpreter/VM for better error
+messages.
 
   ```sh
   $ ./subx run examples/ex1  # on Linux or BSD or OS X