diff --git a/README.md b/README.md index fa6af74..681dad1 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ The quotation code is compiled into the enclosing word and bypassed by a jump. A A list is a dynamic, ordered data structed. -`` \ creates a new empty list` +` \ creates a new empty list` ` dup 1 add \ creates an empty list and adds *1* to it.`