about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-24 15:06:15 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-24 15:07:25 -0700
commit56356de8793d0b2a9a2260401b70dc05fd2be982 (patch)
treee5bae22c8f477860bf31a91e7a496054f2d7cbf8 /Readme.md
parentae9db5a45f5e6bbee363fb0cd0a75a904d913b7b (diff)
downloadmu-56356de8793d0b2a9a2260401b70dc05fd2be982.tar.gz
3588 - documentation for filesystem and network
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/Readme.md b/Readme.md
index 2af72102..51eb9c1a 100644
--- a/Readme.md
+++ b/Readme.md
@@ -216,12 +216,12 @@ Similarly you can fake the keyboard to pretend someone typed something:
 
 <img alt='fake console (keyboard, mouse, ..)' src='html/fake-console.png'>
 
-A fake file-system can map arbitrary paths to contents:
+Within tests you can map arbitrary paths (local files or URLs) to contents:
 
-<img alt='fake file-system' src='html/fake-filesystem.png'>
+<img alt='fake file-system and network' src='html/resources.png'>
 
-As we add network support, graphics, audio, and so on, we'll augment scenarios
-with corresponding abilities.
+As we add graphics, audio, and so on, we'll augment scenarios with
+corresponding abilities.
 
 ---