summaryrefslogtreecommitdiff
path: root/HelloWorld/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'HelloWorld/README.md')
-rw-r--r--HelloWorld/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HelloWorld/README.md b/HelloWorld/README.md
index 6e22fd4..f2d8dc6 100644
--- a/HelloWorld/README.md
+++ b/HelloWorld/README.md
@@ -15,7 +15,7 @@ The `implement` keyword tells us the name of the module being defined. This file
include "sys.m";
include "draw.m";
-The `include` keyword provides the modules which we can load and unload from. As per limbo(1), the current working directory is searched, then `/modules`/, for valid module files to match the `include` statements.
+The `include` keyword provides the modules which we can load and unload from. As per limbo(1), the current working directory is searched, then `/modules/`, for valid module files to match the `include` statements.
### hello.b:6,8