README.md in graphql-pagination-1.2.1 vs README.md in graphql-pagination-2.0.0.rc
- old
+ new
@@ -5,10 +5,10 @@
Implements page-based pagination returning collection and pagination metadata. It works with `kaminari` or other pagination tools implementing similar methods.
## Installation
-Add `graphql-pagination` to your Gemfile, you can use `kaminari-activerecord` or `kaminari-monogid` to not implement page scope methods. Kaminari is not loaded by the gem, so you need to decide anmd load it on your own.
+Add `graphql-pagination` to your Gemfile, you can use `kaminari-activerecord` or `kaminari-monogid` to not implement page scope methods. Kaminari is not loaded by the gem, so you need to decide and load it on your own.
```ruby
gem 'graphql-pagination'
gem 'kaminari-activerecord'
```