aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2021-12-21 15:30:28 +0100
committerMinteck <contact@minteck.org>2021-12-21 15:30:28 +0100
commit758e0c4cf1a4b26d72bc19c61026779dd14fab74 (patch)
treeba32dd929df29abb7df540c9f3e61adbcb7df1a0 /README.md
parentf3a8a548aec7e2557380f0b21c7c8190fb85f0c0 (diff)
downloadmint-758e0c4cf1a4b26d72bc19c61026779dd14fab74.tar.gz
mint-758e0c4cf1a4b26d72bc19c61026779dd14fab74.tar.bz2
mint-758e0c4cf1a4b26d72bc19c61026779dd14fab74.zip
Update readme
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