about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
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