ref: 3d7d58ee2cd128a080ff02a451506b003e626383
parent: b8d8402890ec9bb63551e32b3ebb2ba3ba808c4f
author: Sean Hinchee <henesy@users.noreply.github.com>
date: Mon Feb 25 09:26:08 EST 2019
Update README.md
--- a/HelloWorld/README.md
+++ b/HelloWorld/README.md
@@ -15,7 +15,7 @@
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