UPGRADING.md in slack-ruby-bot-server-2.0.1 vs UPGRADING.md in slack-ruby-bot-server-2.1.0
- old
+ new
@@ -3,10 +3,10 @@
### Upgrading to >= 2.0.0
#### Replaced Pagination Gem for ActiveRecord
-[`cursor_pagination`](https://github.com/Kukunin/cursor_pagination) is abandoned and no longer maintained. It is repaced with [`pagy_cursor`](https://github.com/Uysim/pagy-cursor).
+[`cursor_pagination`](https://github.com/Kukunin/cursor_pagination) is abandoned and no longer maintained. It is replaced with [`pagy_cursor`](https://github.com/Uysim/pagy-cursor).
If you're using ActiveRecord, replace `cursor_pagination` with `pagy_cursor` in the Gemfile.
```ruby
gem 'pagy_cursor'