about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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*.