diff --git a/README.md b/README.md index 6350a326..e176c463 100644 --- a/README.md +++ b/README.md @@ -75,13 +75,15 @@ Simple example Let's write hello world file: -$ cat hey.Mod +>$ cat hey.Mod + MODULE hey; IMPORT Console; BEGIN Console.String("hey there"); Console.Ln END hey. + >voc -M hey.Mod