about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-11 12:28:19 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-11 12:28:19 -0700
commit25be3a05095e295b0ad3d3f7e5911ccee62c8f1a (patch)
tree142cd9ee65987e3dd24eabf9bc1746674de4e078 /Readme.md
parentbb8a644b8214c231a945f68bd4ac277c51aab79c (diff)
downloadmu-25be3a05095e295b0ad3d3f7e5911ccee62c8f1a.tar.gz
1348
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 08cdf7a5..ad5510a4 100644
--- a/Readme.md
+++ b/Readme.md
@@ -98,7 +98,7 @@ Result and ingredient *reagents* have to be variables. But you can have any
 number of them. In particular you can have any number of results. For example,
 you can perform integer division as follows:
 
-```
+```python
   quotient:integer, remainder:integer <- divide-with-remainder 11:literal, 3:literal
 ```