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 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
 ```