Skip to content

Commit

Permalink
Update README once more
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Ljungström committed Jun 2, 2016
1 parent 3002a3f commit 2664409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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){...});
Expand Down

0 comments on commit 2664409

Please sign in to comment.