Skip to content

Commit

Permalink
Updated documentation to remove sorting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Smith committed Oct 29, 2013
1 parent 2430cb7 commit 871ea5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ publisher.isbn
...
```

### Pagination and Sorting
It's also possible to paginate and sort search results.
### Pagination
It's also possible to paginate search results.
```ruby
# Retrieve results for page 2 and sort on title
results = ARBookFinder.Search('harry potter', 2, :title)
results = ARBookFinder.search('harry potter', 2)
```

## Contributing
Expand Down

0 comments on commit 871ea5e

Please sign in to comment.