about summary refs log tree commit diff stats
path: root/shell
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-06-23 11:05:53 -0700
committerKartik Agaram <vc@akkartik.com>2021-06-23 11:05:53 -0700
commitf13e3cdfb16e28791ef2ff01dc16ddb5651cbb03 (patch)
tree551219ff1b9bf73b4d95ce6f5461054ded52d5f1 /shell
parent6a65f6f23385b98f3f79a9b0258a7f349a84d7eb (diff)
downloadmu-f13e3cdfb16e28791ef2ff01dc16ddb5651cbb03.tar.gz
.
Diffstat (limited to 'shell')
-rw-r--r--shell/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/README.md b/shell/README.md
index 3f536bef..7c1195e6 100644
--- a/shell/README.md
+++ b/shell/README.md
@@ -122,7 +122,7 @@ if (= 1 (% x 2))
 
 The Mu shell supports infix operators:
 ```
-3 + 1
+(3 + 1)
 => 4
 ```