diff --git a/README.md b/README.md index 44b7bf1..2c75961 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,6 @@ be anything at all: A semicolon delimits the beginning of a comment. Anything after the semicolon till the end of the line is discarded by the parser: ``` -;I am a comment -"I'm a string" +;I'm a comment +"I'm a string" ;I'm another comment! ```