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.
 
 ---
 
s.cc?h=hlt&id=caaeccd68e2baf49c4df5ada5799cffcecb51c60'>caaeccd6 ^
03d50cc8 ^
caaeccd6 ^


03d50cc8 ^
caaeccd6 ^





03d50cc8 ^
caaeccd6 ^





03d50cc8 ^
caaeccd6 ^




03d50cc8 ^
caaeccd6 ^
















caaeccd6 ^



























1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93