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.nom4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/how_do_i.nom b/examples/how_do_i.nom
index 03a910a..bb5df5a 100644
--- a/examples/how_do_i.nom
+++ b/examples/how_do_i.nom
@@ -7,10 +7,10 @@
(including any deeper-level indented text)
The comment ends when the indentation ends
# How do I import a file?
-use "core/control_flow.nom"
+use "lib/os.nom"
# How do I import all the files in a directory?
-use "core"
+use "lib"
# How do I print stuff?
say "Hello world!"