diff --git a/README.md b/README.md index e176c463..2e903100 100644 --- a/README.md +++ b/README.md @@ -78,11 +78,11 @@ Let's write hello world file: >$ cat hey.Mod -MODULE hey; -IMPORT Console; -BEGIN -Console.String("hey there"); Console.Ln -END hey. +MODULE hey; +IMPORT Console; +BEGIN +Console.String("hey there"); Console.Ln +END hey. >voc -M hey.Mod