From a5572b2f613a1cf0ef2e4dee854ccb9cb8eea37a Mon Sep 17 00:00:00 2001
From: Adam <24621027+adoyle0@users.noreply.github.com>
Date: Fri, 12 Jan 2024 10:10:20 -0500
Subject: [PATCH] write

---
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

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: [\/]$,\<core\%(\.\d\+\)\=\>,\.h$,\.c$,\.cpp$,\~\=\*$,*,\.o$,\.obj$,\.info$,\.swp$,\.bak$,\~$             │       ^^^^^^^^^
-  "   Quick Help: <F1>: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`
 ```