aboutsummaryrefslogtreecommitdiff
path: root/examples/how_do_i.nom
diff options
context:
space:
mode:
Diffstat (limited to 'examples/how_do_i.nom')
-rw-r--r--examples/how_do_i.nom6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/how_do_i.nom b/examples/how_do_i.nom
index 14e7481..906ef74 100644
--- a/examples/how_do_i.nom
+++ b/examples/how_do_i.nom
@@ -6,11 +6,9 @@
is considered part of the comment
(including any deeper-level indented text)
The comment ends when the indentation ends
-# How do I import a file?
-use "lib/os"
-# How do I import all the files in a directory?
-use "lib"
+# How do I import a libarary?
+use "consolecolor"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~