aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNikola Kantar2015-05-04 15:24:24 -0700
committerNikola Kantar2015-05-04 15:24:24 -0700
commit130593f5e40ad277574cb5daab7e421d8ba3b1c2 (patch)
tree62cb9792984bb786bd2ca905a679135bbe0fb6b1 /README.md
parent4f864b0090c05ab1d4aae92ca972105389227a14 (diff)
Update README.md
Fixed spacing issue near `let` example
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c47c7efc1..6823777c9 100644
--- a/README.md
+++ b/README.md
@@ -340,6 +340,7 @@ e.g.
###### let
e.g.
+
(let [x (foo bar)
y (baz quux)]
...)