Browse Source

Fix formatting issue

Alexander Zaytsev 9 years ago
parent
commit
d79fc890f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -423,7 +423,7 @@ X << Y // number
 A more complex example is to get character "f" with `[]>+` only:
 
 ```js
-[[ []&lt;[] ] + [] ] [[]&lt;&lt;[]] [[]&lt;&lt;[]]
+[[ []<[] ] + [] ] [[]<<[]] [[]<<[]]
 [[ false ] + [] ] [     0] [     0]
 [ "false"       ] [     0] [     0]
   "false"                  [     0]