diff --git a/README.md b/README.md index 2e903100..028e6930 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,13 @@ Let's write hello world file: MODULE hey; -IMPORT Console; + + IMPORT Console; + BEGIN -Console.String("hey there"); Console.Ln + + Console.String("hey there"); Console.Ln + END hey.