about summary refs log tree commit diff stats
path: root/shell/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-22 22:28:35 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-03-22 22:28:35 -0700
commitb2e9887b8371ccfd4cb58e68a037a09a4f91102f (patch)
tree58a2bb9f23e2573d69439ce1de00a9c33b54a4a7 /shell/README.md
parent02b0317c3ba9a6ba2ca07e0673b456e4ec14d81b (diff)
downloadmu-b2e9887b8371ccfd4cb58e68a037a09a4f91102f.tar.gz
.
Diffstat (limited to 'shell/README.md')
-rw-r--r--shell/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/README.md b/shell/README.md
index fce3fbd1..be95b54e 100644
--- a/shell/README.md
+++ b/shell/README.md
@@ -22,7 +22,7 @@ Load an s-expression into it:
 $ echo '(+ 1 1)' |dd of=data.img conv=notrunc
 ```
 
-4. Now run with both code and data disks:
+Now run with both code and data disks:
 ```sh
 $ qemu-system-i386 -hda disk.img -hdb data.img
 ```