Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Jan 7, 2015
1 parent 45c9b0c commit c440520
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This function gets the response providing the BibleJS `reference`.
### Params
- **String** `reference`: The verse reference. It can be in the following formats:
```
e.g. Genesis 1:1 - returns one verse
e.g. Genesis 1:1 - returns one verse
or Genesis 1:1,2 - returns two verses (1 and 2)
or Genesis 1:1-10 - returns the verses 1 - 10
or Genesis 1 - returns the whole chapter
Expand Down
8 changes: 4 additions & 4 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ var BibleJS = module.exports = function (options) {
* @param {String} reference The verse reference. It can be in the following formats:
*
* ```
* e.g. Genesis 1:1 - returns one verse
* or Genesis 1:1,2 - returns two verses (1 and 2)
* or Genesis 1:1-10 - returns the verses 1 - 10
* or Genesis 1 - returns the whole chapter
* e.g. Genesis 1:1 - returns one verse
* or Genesis 1:1,2 - returns two verses (1 and 2)
* or Genesis 1:1-10 - returns the verses 1 - 10
* or Genesis 1 - returns the whole chapter
* ```
*
* @param {Function} callback The callback function.
Expand Down

0 comments on commit c440520

Please sign in to comment.