summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Hinchee <henesy@users.noreply.github.com>2019-02-25 14:26:08 -0600
committerGitHub <noreply@github.com>2019-02-25 14:26:08 -0600
commit3d7d58ee2cd128a080ff02a451506b003e626383 (patch)
tree5df455afc985849c8eabae0d86568693ecd0c626
parentb8d8402890ec9bb63551e32b3ebb2ba3ba808c4f (diff)
Update 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