]> gitweb.factorcode.org Git - factor.git/blobdiff - README.md
README.md: fix <iota> in example.
[factor.git] / README.md
index fa9bf10bc847efa0e3b1e0ddb887432579444506..9ea80519ae98625d4aa3c2b3af7807f5731ad811 100644 (file)
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ Some other simple things you can try in the listener:
 
 1000 [1,b] sum .
 
-4 iota  [
+4 <iota>  [
     "Happy Birthday " write
     2 = "dear NAME" "to You" ? print
 ] each