about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-06-27 08:25:49 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-06-27 08:25:49 -0700
commit1b82006eae5beae752d1a06ce5d7b26d0f4144ef (patch)
treefe46ef96915d6a746f8dc16aceac2bfc919c2a04 /README.md
parentefecaa99d5b6223ea89af21597666bdb309d1234 (diff)
downloadmu-1b82006eae5beae752d1a06ce5d7b26d0f4144ef.tar.gz
.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 13504cc2..07fa7f2c 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ cd mu
 qemu-system-i386 code.img
 ```
 
-<img alt='screenshot of Game of Life running on the Mu computer' src='html/baremetal-life.png'>
+<img alt='screenshot of Game of Life running on the Mu computer' src='html/life.png'>
 
 ([Colorized sources.](http://akkartik.github.io/mu/html/life.mu.html)
 This is memory-safe code, and most statements map to a single instruction of
@@ -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/20210624-shell.png' width='600px'>
+<img alt='screenshot of the Mu shell' src='html/20210624-shell.png'>
 
 (For more details, see [the `shell/` directory.](https://github.com/akkartik/mu/tree/main/shell#readme))