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-26 01:26:31 -0800
committerKartik Agaram <vc@akkartik.com>2018-11-26 01:26:31 -0800
commit3b6fcde4f9587937f0ba4483e32390044743ff0b (patch)
treec02d959cd38bbe404eb11fdeec2de12d998eca59 /subx/Readme.md
parent063741b4a2edfd64cd639ebc108d051af269ef5c (diff)
downloadmu-3b6fcde4f9587937f0ba4483e32390044743ff0b.tar.gz
4784
Diffstat (limited to 'subx/Readme.md')
-rw-r--r--subx/Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index e58cd9f3..149a9f7b 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -4,7 +4,7 @@ SubX is a minimalist assembly language designed:
 * to explore ways to turn arbitrary manual tests into reproducible automated
   tests,
 * to be easy to implement in itself, and
-* to help learn the x86 instruction set.
+* to help learn and teach the x86 instruction set.
 
 Expanding on the first bullet, it hopes to support more comprehensive tests
 by: