diff --git a/modules/README.md b/modules/README.md index 54043b69..5f2713a6 100644 --- a/modules/README.md +++ b/modules/README.md @@ -456,7 +456,7 @@ start: function() { } ```` -**Note: ** By default, a public path to your module's public folder will be created: +**Note:** By default, a public path to your module's public folder will be created: ````javascript this.expressApp.use("/" + this.name, express.static(this.path + "/public")); ````