diff --git a/README.md b/README.md index 5131448..ef1c101 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ A list is a dynamic, ordered data structed. `[` and `]` are Forth words, so a wh ``` ```forth -[ 1 'abc' 3 ] 'abc` remove \ removes 'abc' from the list +[ 1 'abc' 3 ] 'abc' remove \ removes 'abc' from the list ``` ```forth