about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-24 20:03:02 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-24 20:03:02 -0700
commitc3d39e3797a5ea1d0a2a53e9e41c64a5411fcf27 (patch)
tree19a3cf5c9469c9d00b6de92a3bb3bc7be704d8ca
parent5ca055be2200aac8a149a8127bc7b8d93b1751c3 (diff)
downloadmu-c3d39e3797a5ea1d0a2a53e9e41c64a5411fcf27.tar.gz
3591
-rw-r--r--Readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/Readme.md b/Readme.md
index 3165f5d8..03d4cb2a 100644
--- a/Readme.md
+++ b/Readme.md
@@ -16,10 +16,10 @@ tests. Hoped-for benefits:
 1. It becomes easier to teach programming by emphasizing tests far earlier
    than we do today.
 
-The hypothesis is that designing the OS to be testable from day 1 would
-radically impact the culture of an eco-system in a way that no bolted-on tool
-or service at higher levels can replicate. It would make it easier to write
-programs that can be [easily understood by newcomers](http://akkartik.name/about).
+The hypothesis is that designing the entire system to be testable from day 1
+and from the ground up would radically impact the culture of an eco-system in
+a way that no bolted-on tool or service at higher levels can replicate. It
+would make it easier to write programs that can be [easily understood by newcomers](http://akkartik.name/about).
 It would reassure authors that an app is free from regression if all automated
 tests pass. It would make the stack easy to rewrite and simplify by dropping
 features, without fear that a subset of targeted apps might break. As a result