about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-25 13:07:17 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-25 13:07:17 -0700
commitb0ffd5ffe3d11f561f0ad388988211626068ec8d (patch)
treeb93eee54ab05e233527db7425003a5ab79768a3e /Readme.md
parentc1d92c9d066da0afeaa4fefb427b7f948eef1c11 (diff)
downloadmu-b0ffd5ffe3d11f561f0ad388988211626068ec8d.tar.gz
1664
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 283b52bb..0be78165 100644
--- a/Readme.md
+++ b/Readme.md
@@ -75,7 +75,7 @@ written directly in machine code. Currently you build it like so:
 
 As a sneak peek, here's how you compute factorial in Mu:
 
-![code example](http://i.imgur.com/GYtLzbM.png)
+![code example](http://i.imgur.com/QbZMprn.png)
 
 Mu functions or 'recipes' are lists of instructions, one to a line. Each
 instruction operates on some *ingredients* and returns some *results*.