diff --git a/README.md b/README.md index 681dad1..60c3411 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ A list is a dynamic, ordered data structed. ` \ creates a new empty list` -` dup 1 add \ creates an empty list and adds *1* to it.` +` dup 1 add \ creates an empty list and adds 1 to it.` `[ 1 2 3 ] \ creates a list with 3 elements.`