about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-11-29 16:22:11 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-11-29 16:22:11 -0800
commitc51da8b695c0bed7bc1b7e4281e6e89d6c8ea584 (patch)
tree46ae94361b64b2c1087fc8e6bd52b9ccc556159b
parent0e7d29acb6665679a958210059b6859d3b7e651a (diff)
downloadmu-c51da8b695c0bed7bc1b7e4281e6e89d6c8ea584.tar.gz
390
-rw-r--r--Readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index 4248d6d2..cc89a3d7 100644
--- a/Readme.md
+++ b/Readme.md
@@ -13,8 +13,8 @@ into reproducible automatic tests.
 and seeing what tests fail, confident that *every* scenario previous authors
 have considered has been encoded as a test.
 
-4. Build first simple and successively more complex versions of a program so
-you can stage your learning.
+4. Run first simple and successively more complex versions to stage your
+learning.
 
 I think all these abilities might be strongly correlated; not only are they
 achievable with a few common concepts, but you can't easily attack one of them