about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--html/20210531-mu-shell.pngbin685558 -> 0 bytes
-rw-r--r--html/20210615-shell.pngbin0 -> 791465 bytes
-rw-r--r--shell/README.md2
4 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index dc748ae1..3e53f3fe 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ Mu programs can be written for two very different environments:
 The largest program built in Mu today is its prototyping environment for
 writing slow, interpreted programs in a Lisp-based high-level language.
 
-<img alt='screenshot of the Mu shell' widht='600px' src='html/20210531-mu-shell.png'>
+<img alt='screenshot of the Mu shell' src='html/20210615-shell.png' width='600px'>
 
 (For more details, see [the `shell/` directory.](https://github.com/akkartik/mu/tree/main/shell#readme))
 
diff --git a/html/20210531-mu-shell.png b/html/20210531-mu-shell.png
deleted file mode 100644
index fb7b43fb..00000000
--- a/html/20210531-mu-shell.png
+++ /dev/null
Binary files differdiff --git a/html/20210615-shell.png b/html/20210615-shell.png
new file mode 100644
index 00000000..6cddbbbd
--- /dev/null
+++ b/html/20210615-shell.png
Binary files differdiff --git a/shell/README.md b/shell/README.md
index 94f34b98..072e9d60 100644
--- a/shell/README.md
+++ b/shell/README.md
@@ -27,7 +27,7 @@ Currently runs a tiny dialect of Lisp. Steps to run it from the top-level:
   $ qemu-system-i386 -m 2G -hda code.img -hdb data.img
   ```
 
-  <img alt='screenshot of the Mu shell' src='../html/20210531-mu-shell.png'>
+  <img alt='screenshot of the Mu shell' src='../html/20210615-shell.png'>
 
   The Mu computer has a fixed-size screen, which the shell environment
   partitions into two major regions, with a context-sensitive menu of keyboard