README.rdoc in activeresource-response-0.0.3 vs README.rdoc in activeresource-response-0.0.4

- old
+ new

@@ -4,9 +4,13 @@ == Why It can be used? Such functionallity can be used for easily implementing pagination in a REST API so that an ActiveResource client can navigate paginated results. == How to use? +Add dependency to your Gemfile + + gem "activeresource-response", "~> 0.0.3" + Just open your ActiveResource class and add add_response_method :your_method_name == Full example of usage with kaminari gem