README.rdoc in shopify-kaminari-0.0.1 vs README.rdoc in shopify-kaminari-0.0.2

- old
+ new

@@ -1,9 +1,19 @@ = shopify-kaminari Extends ShopifyAPI with support for paginating the resources via the Kaminari gem. +== Install + +To install, just add the gem to your Gemfile: + + gem 'shopify-kaminari' + +And run bundle: + + $ bundle + == Examples View code: ul @@ -28,10 +38,10 @@ Both the :per and :page params are optional, and default to: :per => 25 :page => 1 -== Contributing to shopify-mock +== Contributing to shopify-kaminari * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it * Fork the project * Start a feature/bugfix branch