readme updated

This commit is contained in:
Vladimir Enchev
2014-05-10 13:19:04 +03:00
parent 0e8d194d1c
commit d270ee82a0

View File

@ -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);