diff --git a/globals/Readme.md b/globals/Readme.md index aef82f8ec..0bc5cd346 100644 --- a/globals/Readme.md +++ b/globals/Readme.md @@ -2,5 +2,8 @@ ```js require("globals"); - setTimeout(function(){ log("Test"); }, 2000); -``` \ No newline at end of file + setTimeout(function(){ console.log("Test"); }, 2000); + +``` + +Global functions/objects are: setTimeout, clearTimeout, setInterval, clearInterval and console. \ No newline at end of file