about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-10 11:06:17 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-10 11:06:17 -0700
commit11d6098bf71f31941065cbe1b228b3328af8ced0 (patch)
treed088c0ade24fbf2707fef85730ccb50eb7138590
parentfd432e7d5d1e01cd0c0b7b2cab910f9058e3bf48 (diff)
downloadmu-11d6098bf71f31941065cbe1b228b3328af8ced0.tar.gz
3317
-rw-r--r--Readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/Readme.md b/Readme.md
index fec1a026..65e89fb7 100644
--- a/Readme.md
+++ b/Readme.md
@@ -6,10 +6,10 @@ tests. Hoped-for benefits:
 
 1. Open source projects become easier for outsiders to comprehend, since they
    can more confidently try out changes with the knowledge that they'll get
-   rapid feedback if they break something. As a result projects become more
-   *rewrite-friendly*: it's easier to leave your project's historical
-   accidents and other baggage behind if you can be confident of not causing
-   regressions.
+   rapid feedback if they break something. Projects also become more
+   *rewrite-friendly* for insiders: it's easier to leave your project's
+   historical accidents and other baggage behind if you can be confident of
+   not causing regressions.
 
 1. It becomes easier to teach programming by emphasizing tests far earlier
    than we do today.