diff --git a/README.md b/README.md index 9b3ae52..42d323e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ npm install node-hotslogs ## Usage ```js -hotslogs = require('hotslogs'); +hotslogs = require('node-hotslogs'); hotslogs.getEvents().then(function(events){...}); hotslogs.getEvent(1001).then(function(event){...});