aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7714f15..00f1d38 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ The compiled Mint file is placed in `/_build`. If your file was named `something
## Example program
```mint
-@mint.lang.StdIO;
+@mint.lang.StdIO; // Load the (built-in) StdIO module
global version = "1.1"; // Global variables
const amigood = true; // Local constants