diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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). |
