diff --git a/README.md b/README.md index e4ccb09..d6205be 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ A list is a dynamic, ordered data structed. ``` ```forth -[ 1 'abc' 3 ] 'abc remove \ removes 'abc' from the list +[ 1 'abc' 3 ] 'abc` remove \ removes 'abc' from the list ``` ```forth