README.rdoc in paginate-1.0.0 vs README.rdoc in paginate-1.0.1

- old
+ new

@@ -21,10 +21,10 @@ That's it! This is all you have to do! In this case we're using the default page size (which is 10). The url used on page links is taken from the current requested uri. You can set default values globally: - Paginate.setup do |config| + Paginate.configure do |config| config.size = 20 config.param_name = :p end More examples: