about summary refs log tree commit diff stats
path: root/Readme.md
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 /Readme.md
parent0e7d29acb6665679a958210059b6859d3b7e651a (diff)
downloadmu-c51da8b695c0bed7bc1b7e4281e6e89d6c8ea584.tar.gz
390
Diffstat (limited to 'Readme.md')
-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
id='n140' href='#n140'>140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198