about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-26 12:04:54 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-26 12:05:03 -0700
commite355c6931091decf8956878e205fff74afb945a2 (patch)
treec4a3357341f19657fedbfb934d4f611025feb69c
parent8acdca485850861f19c5416d8868c6d8dbe2ba67 (diff)
downloadmu-e355c6931091decf8956878e205fff74afb945a2.tar.gz
5482
Other phrasings considered:
  - "tractably automate arbitrary manual tests"
  - "make it possible to automate arbitrary manual tests"

Thanks Paul Biggar for the feedback.
-rw-r--r--subx/Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index f0eb6dda..fdd1aab0 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -10,7 +10,7 @@ SubX is a simple, minimalist stack for programming your computer.
 
 SubX is designed:
 
-* to explore ways to turn arbitrary manual tests into reproducible automated tests,
+* to enable automation of arbitrary manual tests
 * to be easy to implement in itself, and
 * to help learn and teach the x86 instruction set.