Skip to content

Commit e9a6649

Browse files
committed
Merge pull request #59 from Domon/fix-version-number-for-grape-in-readme
Fix version number of api-pagination for grape in README
2 parents 2771723 + 39a8991 commit e9a6649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In your `Gemfile`:
1212
```ruby
1313
# Requires Rails (Rails-API is also supported), or Grape
1414
# v0.10.0 or later. If you're on an earlier version of
15-
# Grape, use api-pagination 3.x
15+
# Grape, use api-pagination v3.0.2.
1616
gem 'rails', '>= 3.0.0'
1717
gem 'rails-api'
1818
gem 'grape', '>= 0.10.0'

0 commit comments

Comments
 (0)