about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-06-24 13:29:40 -0700
committerKartik Agaram <vc@akkartik.com>2021-06-24 13:30:35 -0700
commit1684e3e10cac3e0ddf5473be647dfc53b9000174 (patch)
tree513689f7d2f9c373c6969b078c10bca3186678c4 /README.md
parenteee222f14c8ee73f7b3b21b4047730c2ac9a119b (diff)
downloadmu-1684e3e10cac3e0ddf5473be647dfc53b9000174.tar.gz
.
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 15501a96..c4d9a811 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' src='html/20210623-shell.png' width='600px'>
+<img alt='screenshot of the Mu shell' src='html/20210624-shell.png' width='600px'>
 
 (For more details, see [the `shell/` directory.](https://github.com/akkartik/mu/tree/main/shell#readme))