snapshot before branching
[rrq/jonasforth.git] / README.md
index 432a35667e4e8358e6e479408db7a0401e760309..a54792500ef2033d4c963ad64bf7a57e9ba8eb42 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,10 +15,11 @@ the following command inside the UEFI shell:
 
     Shell> fs0:main
     Ready.
-    S" Hello, World!" TELL
+    : SAY-HELLO S" Hello, World!" TELL NEWLINE ;
+    SAY-HELLO
     Hello World!
 
-(Try typing in the code in `example.f` for something a little more
+(Try typing in the code in `lib/example.f` for something a little more
 interesting.)
 
 ## Running on real hardware