about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-29 09:48:40 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-29 09:48:40 -0800
commit9f7edb2c12023e0a342f8ee9c3e4f8ea571d9572 (patch)
tree9ee9129cda899bfa472cc99c3ec5678a2415f835
parentfa6d93b2ee8e350bcfc8006ca5c82cc612561aad (diff)
downloadmu-9f7edb2c12023e0a342f8ee9c3e4f8ea571d9572.tar.gz
2723
-rw-r--r--Readme.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/Readme.md b/Readme.md
index 9e565805..af869685 100644
--- a/Readme.md
+++ b/Readme.md
@@ -465,11 +465,8 @@ to browse. To add to the trace, use `stash`. For example:
 Invaluable for understanding complex control flow without cluttering up the
 screen.
 
-The next major milestone on Mu's roadmap is support for recording and faking
-console input to a sandbox, so that you can type in an input once and have it
-replay everytime you hit F4. Once this support is in place it will be easy to
-generalize to more interfaces, like requesting urls over a network or reading
-files on a disk.
+The next major milestone on Mu's roadmap is dependency-injected interfaces for
+the network and file system.
 
 **Credits**