about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-12-30 21:14:07 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-12-30 21:14:07 -0800
commit95f0addbc54647226f79482ed64f322022b7356d (patch)
treee93ce1e943ed5ef0e978bc4bd007ada5f472c3b5 /Readme.md
parentd214836b78b124b2e33d9400b2285ce84a18af84 (diff)
downloadmu-95f0addbc54647226f79482ed64f322022b7356d.tar.gz
4172
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 9df19440..5469364c 100644
--- a/Readme.md
+++ b/Readme.md
@@ -399,8 +399,8 @@ c) Try running the tests:
   $ ./mu test
   ```
 
-d) The largest app built so far with Mu is [the editor I use to teach
-programming with](https://github.com/akkartik/mu/tree/master/edit#readme).
+d) Check out [the programming environment](https://github.com/akkartik/mu/tree/master/edit#readme),
+the largest app built so far in Mu.
 
 **Credits**