Skip to content

Commit

Permalink
documentation is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
eftakhairul committed Jul 28, 2015
1 parent 8a0b88f commit 25a2dde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -30,7 +30,8 @@ $ npm install -g gisbn --save

## Examples
```js
var Gisbn = new Gisbn("0262033844", "AIzaSyDKepjfaVBRcgsnPALw5s2UNyfOk-1FHUU", "ca");
var Gisb = require('Gisbn');
Gisbn = new Gisbn("0262033844", "AIzaSyDKepjfaVBRcgsnPALw5s2UNyfOk-1FHUU", "ca");

Gisbn.fetch(function(err, book){
console.log(book);
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "gisbn",
"version": "1.0.1",
"version": "1.0.3",
"description": "It fetches all book information by ISBN number based on Google Book API",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 25a2dde

Please sign in to comment.