about summary refs log tree commit diff stats
path: root/subx/Readme.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-11-28 15:49:43 -0800
committerKartik Agaram <vc@akkartik.com>2018-11-28 15:49:43 -0800
commitf989d6ccf9884e911db25494983da476f3c511b1 (patch)
treea2be766d039828aa8e43f5b14f103ff692a76665 /subx/Readme.md
parent72281427ca79c4d2e31f7a20c45a74aee8b766ad (diff)
downloadmu-f989d6ccf9884e911db25494983da476f3c511b1.tar.gz
4795
Diffstat (limited to 'subx/Readme.md')
-rw-r--r--subx/Readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index 76dc5395..b554cd1d 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -17,9 +17,9 @@ $ ./subx  # print out a help message
 Expanding on the first bullet, it hopes to support more comprehensive tests
 by:
 
-0. Running generated binaries in _emulated mode_. It's slower, but there's
-   more sanity checking, and more descriptive error messages for common
-   low-level problems.
+0. Running generated binaries in _emulated mode_. It's slower than native
+   execution (which will also work), but there's more sanity checking, and
+   more descriptive error messages for common low-level problems.
 
    ```
    $ ./subx translate examples/ex1.subx -o examples/ex1