From 5f2db8da0e99fca282265b232330f3f432b94373 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 21 Sep 2017 02:33:04 -0700 Subject: Everything fixed up and some reduced lua codespew too! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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). -- cgit v1.2.3