about summary refs log tree commit diff stats
path: root/shell/README.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-04-24 07:16:34 -0700
committerKartik Agaram <vc@akkartik.com>2021-04-24 07:16:34 -0700
commitcb464c93785d6f20db467234354afc3e5639108e (patch)
treea9f5f6dd274b8c0ff6ad4c267c1db8e2d66e6fcf /shell/README.md
parentb7224ab44e73999412feccbce2d9494f8f689383 (diff)
downloadmu-cb464c93785d6f20db467234354afc3e5639108e.tar.gz
bugfix; thanks Max Bernstein
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 37dd06b9..20dc3615 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 iter.limg |dd of=data.img conv=notrunc
+$ cat iterative-definitions.limg |dd of=data.img conv=notrunc
 ```
 
 Now run with both code and data disks: