aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9cd2ba0..d0e7b1d 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,8 @@ which produces an output file which can be run with the command `lua output_file
Example code can be found in the examples folder.
-core.nom contains some *extremely* helpful and basic core functionality for the language,
-written in the language itself, so I recommend adding `run file "core.nom"` to the top of
+lib/core.nom contains some *extremely* helpful and basic core functionality for the language,
+written in the language itself, so I recommend adding `require "lib/core.nom"` to the top of
your files.
There is a vim plugin for the language available in the [Vim Nomsu repository](https://bitbucket.org/squidarms/vim-nomsu/src).