README.md in rails-patterns-0.1.0 vs README.md in rails-patterns-0.1.1

- old
+ new

@@ -1,8 +1,20 @@ # Pattern A collection of lightweight, standardized, rails-oriented patterns. +## Installation + +```ruby +# Gemfile + +#... +gem "rails-patterns" +#... +``` + +Then `bundle install` + ## Query ### When to use it One should consider using query objects pattern when in need to perform complex querying on active record relation.