diff --git a/README.md b/README.md index ca58275..b97d528 100644 --- a/README.md +++ b/README.md @@ -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); diff --git a/package.json b/package.json index bcd5f9f..e07e26b 100644 --- a/package.json +++ b/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": {