diff --git a/README.md b/README.md index 04c0011..2d41907 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,16 @@ Next up is Python: `python test.py` ``` - if ligma = 4: - " Sort sequence: [\/]$,\,\.h$,\.c$,\.cpp$,\~\=\*$,*,\.o$,\.obj$,\.info$,\.swp$,\.bak$,\~$ │ ^^^^^^^^^ - " Quick Help: :help -:go up dir D:delete R:rename s:sort-by x:special │SyntaxError: invalid syntax. Maybe you meant '==' or ':=' instead of '='? + File ".../test.py", line 3 + if ligma = 4: + ^^^^^^^^^ +SyntaxError: invalid syntax. Maybe you meant '==' or ':=' instead of '='? ``` Python caught it. Next, JavaScript: +WHY!?? `node test.js` ```