about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-06-26 01:10:41 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-06-26 01:10:41 -0700
commit2196466a26077f7f805d75f65ad224c90923c5cb (patch)
tree47cbed8a23a68ce4cc3953d2001ed8373da41caa
parentafdda1ea04ff623f68a129ecbbe9e6a25476fade (diff)
downloadmu-2196466a26077f7f805d75f65ad224c90923c5cb.tar.gz
3068
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 5f281751..91a26e20 100644
--- a/Readme.md
+++ b/Readme.md
@@ -28,7 +28,7 @@ In this quest, Mu is currently experimenting with the following mechanisms:
    text-mode chessboard program in Mu (delimiting the edge of the 'screen'
    with dots):
    <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img alt='a screen test' src='html/chessboard-test.png'>
-   <br>We're building up similarly *dependency-injected* interfaces to the
+   <br>I'm building up similarly *dependency-injected* interfaces to the
    keyboard, mouse, touch screen, disk, network, etc.
 
 1. Support for testing side-effects like performance, deadlock-freedom,
129'>129 130 131 132 133 134 135 136 137 138 139 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