about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-29 07:31:18 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-29 07:31:18 -0700
commitd8dfb81806dcd609c203c83c5c340c72e102f6d4 (patch)
tree861a290d5bd69b2ce03883339286309eba853257
parentac2163d0e83ac9d205e16a49103c681932e8a4ea (diff)
downloadmu-d8dfb81806dcd609c203c83c5c340c72e102f6d4.tar.gz
5498
-rw-r--r--Readme.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/Readme.md b/Readme.md
index 04235d9c..8c2fe02e 100644
--- a/Readme.md
+++ b/Readme.md
@@ -30,9 +30,10 @@ Non-goals:
   For now it's a thin veneer over machine code. I'm working on memory safety
   before expressive syntax.
 
-What I have so far: a self-hosted tool (SubX) for writing thoroughly tested
-x86 machine code atop a bare Linux kernel. Eventually you will be able to
-program in higher-level notations. Eventually Mu won't need Linux or C.
+So far I have a self-hosted tool (SubX) for writing thoroughly tested x86
+machine code atop a bare Linux kernel.
+Eventually you will be able to program in higher-level notations.
+Eventually Mu won't need Linux or C.
 Eventually the OS interfaces for screen, keyboard, file system and network
 will be _dependency-injected_ so that tests can easily insert a fake screen,
 keyboard, file system or network.