From 6310750168f84040e8b1a4a79d43c37b76d5f35b Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Sat, 9 Apr 2016 18:08:35 +0200 Subject: [PATCH] header update --- modules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/README.md b/modules/README.md index 0c6c1a4b..f345b696 100644 --- a/modules/README.md +++ b/modules/README.md @@ -41,7 +41,7 @@ Module.register("helloworld",{ As you can see, the `Module.register()` method takes two arguments: the name of the module and an object with the module properties. -### Available module properties +### Available module instance properties After the module is initialized, the module instance has a few available module properties: ####`this.name`