Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mfasanya committed May 2, 2014
1 parent 646d59f commit 5708e43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NodeJS & Unirest.
## Configuring

``` js
var JsonWhois = require('../index.js').apiKey('API KEY');
var JsonWhois = require('jsonwhois').apiKey('API KEY');
```
# Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonwhois",
"version": "1.0.0",
"version": "1.0.2",
"description": "A NodeJS library for the JsonWhois API.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5708e43

Please sign in to comment.