From 5cdae26aebd4c5d696529272dd3f420a77397a0b Mon Sep 17 00:00:00 2001 From: Russ Olsen Date: Mon, 11 May 2020 12:56:39 -0400 Subject: [PATCH] Sync docs up with new code. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d32906..79e505f 100644 --- a/README.md +++ b/README.md @@ -91,12 +91,12 @@ Use it wisely. You can also define your own words. A word defintion starts with a colon, followed by the name of your new word, followed by -the contents of your new word, followed by a semicolon. -Keep in mind that everything -- including the colon and semicolon, +the contents of your new word, enclosed in braces. +Keep in mind that everything -- including the colon and the braces -- needs to be set off with whitespace: ``` -: hello-world "Hello, world!" p ; +: hello-world { "Hello, world!" p } ``` Once your new word is defined you can use it like any other word: