about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-06-15 15:54:56 -0700
committerKartik Agaram <vc@akkartik.com>2021-06-15 15:54:56 -0700
commit3a3fe4addb979859150bfe3791f60c2c63c778aa (patch)
tree7e66598b727583d92246ea55203dea2826818e8a /README.md
parent628074941047e08e113e46c6595051ad21a84375 (diff)
downloadmu-3a3fe4addb979859150bfe3791f60c2c63c778aa.tar.gz
shell: better screenshot
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 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))