diff --git a/globals/Readme.md b/globals/Readme.md index bbc16208f..74d564aef 100644 --- a/globals/Readme.md +++ b/globals/Readme.md @@ -1,4 +1,4 @@ -Globals module for defining functions part of the global context. For example setTimeout: +Globals module for defining functions part of the global context - you need only to call *require* for this module and all globals will be registered. For example setTimeout: ```js require("globals"); setTimeout(function(){ log("Test"); }, 2000);