From 3d7d58ee2cd128a080ff02a451506b003e626383 Mon Sep 17 00:00:00 2001 From: Sean Hinchee Date: Mon, 25 Feb 2019 14:26:08 -0600 Subject: Update README.md --- HelloWorld/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3