Skip to content

Commit

Permalink
Fix Readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
smilledge committed Feb 12, 2013
1 parent a8e4ab9 commit 97946ff
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ A lightweight node wrapper for the Google Books API.

## Options

`key` : Your Google API key (Optional)
`field` : Search in a specified field (title, author, publisher, subject or isbn) (Optional)
`offset` : The position in the collection at which to start the list of results (Default: 0)
`limit` : The maximum number of results to return (Max 40) (Defult: 10)
`type` : Restrict results to books or magazines (Default: all)
`order` : Order results by relevance or newest (Default: relevance)
`lang` : Restrict results to a specified language (two-letter ISO-639-1 code) (Default: en)
`key` : Your Google API key (Optional)
`field` : Search in a specified field (title, author, publisher, subject or isbn) (Optional)
`offset` : The position in the collection at which to start the list of results (Default: 0)
`limit` : The maximum number of results to return (Max 40) (Defult: 10)
`type` : Restrict results to books or magazines (Default: all)
`order` : Order results by relevance or newest (Default: relevance)
`lang` : Restrict results to a specified language (two-letter ISO-639-1 code) (Default: en)

For more info please see the [Google Books API documentation](http://code.google.com/apis/books/docs/v1/using.html)

0 comments on commit 97946ff

Please sign in to comment.