README.md in paginate-3.0.0 vs README.md in paginate-4.0.0
- old
+ new
@@ -115,10 +115,10 @@
end
end
end
```
-You can specify the default renderer by setting the `Pagination::Config.renderer` option.
+You can specify the default renderer by setting the `Pagination.configuration.renderer` option.
```ruby
Paginate.configure do |config|
config.renderer = Paginate::Renderer::More
end