Skip to content

Commit

Permalink
Use module name in require parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Jul 24, 2014
1 parent e49664c commit 53457f6
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 @@ -14,7 +14,7 @@ $ npm install

```js
// Dependencies
var EnBible = require("../index");
var EnBible = require("bible-english");

// Get verse
EnBible.getVerse("Matthew 1:1", function (err, data) {
Expand Down

0 comments on commit 53457f6

Please sign in to comment.