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-04-25 21:35:14 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-04-25 21:35:14 -0700
commit1a18c9e24be64b116f7f726d8b2951d5a214e4cd (patch)
tree9604449a913e6ec52492c49d1196d76c0aa11064 /shell/README.md
parenta68ecc01842cfc24cd6b2510eb60d95183823983 (diff)
downloadmu-1a18c9e24be64b116f7f726d8b2951d5a214e4cd.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 6c83c08f..2c94018d 100644
--- a/shell/README.md
+++ b/shell/README.md
@@ -29,7 +29,7 @@ $ echo '(+ 1 1)' |dd of=data.img conv=notrunc
 You can also try one of the files of definitions in this directory (`*.limg`).
 
 ```sh
-$ cat iterative-definitions.limg |dd of=data.img conv=notrunc
+$ cat data.limg |dd of=data.img conv=notrunc
 ```
 
 Now run with both code and data disks: