aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2018-12-30 19:06:16 -0800
committerBruce Hill <bruce@bruce-hill.com>2018-12-30 19:06:16 -0800
commit44c3fb26bfe922eb8bd749e8397a5de716b5d56c (patch)
treeb78c73af5216608355258568424b576bb25d2964
parent000872840b322bcaac1f7c34005772f719d02868 (diff)
Updated readme.
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index a6a5dfb..a8873f0 100644
--- a/README.md
+++ b/README.md
@@ -28,10 +28,11 @@ for $num in $my_nums:
(sing $n bottles of beer) means:
for $i in $n to 1 by -1:
- say "
+ say ("
\$i bottle\("s" if ($i > 1) else "") of beer on the wall,
\$i bottle\("s" if ($i > 1) else "") of beer!
- Take one down, pass it around..."
+ Take one down, pass it around...
+ ")
say "No bottles of beer on the wall."
sing 99 bottles of beer