diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-06-25 13:07:17 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-06-25 13:07:17 -0700 |
commit | b0ffd5ffe3d11f561f0ad388988211626068ec8d (patch) | |
tree | b93eee54ab05e233527db7425003a5ab79768a3e | |
parent | c1d92c9d066da0afeaa4fefb427b7f948eef1c11 (diff) | |
download | mu-b0ffd5ffe3d11f561f0ad388988211626068ec8d.tar.gz |
1664
-rw-r--r-- | Readme.md | 2 |
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*. |