about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-03-10 14:53:46 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-03-10 14:53:46 -0800
commit25896f17e70e27f65887a01866f324c3d31ff9a5 (patch)
tree04612ffbd29ebe65bfb6b6d217a49c5a27fa3b70
parentf07a814813ea6c5d4287a8b84ccab98728e9eaee (diff)
downloadmu-25896f17e70e27f65887a01866f324c3d31ff9a5.tar.gz
2755
-rw-r--r--Readme.md11
1 files changed, 1 insertions, 10 deletions
diff --git a/Readme.md b/Readme.md
index 0449a12d..e7aba0e1 100644
--- a/Readme.md
+++ b/Readme.md
@@ -82,16 +82,7 @@ Running Mu will always recompile it if necessary:
   $ ./mu
   ```
 
-As a sneak peek, here's how you perform some simple arithmetic:
-
-  ```nim
-  def example1 [
-    a:number <- add 2, 2
-    a <- multiply a, 3
-  ]
-  ```
-
-But it's easier to read in color:
+As a simple example, here's a program with some arithmetic:
 
 <img alt='code example' src='html/example1.png'>