README.md in activemodel-associations-0.0.3 vs README.md in activemodel-associations-0.1.0

- old
+ new

@@ -6,19 +6,19 @@ ## Installation Add this line to your application's Gemfile: - gem 'activemodel-association' + gem 'activemodel-associations' And then execute: $ bundle Or install it yourself as: - $ gem install activemodel-association + $ gem install activemodel-associations ## Usage ### belongs\_to @@ -113,10 +113,10 @@ `:through :dependent :source :source_type :counter_cache :as` ## Contributing -1. Fork it ( https://github.com/[my-github-username]/activemodel-association/fork ) +1. Fork it ( https://github.com/[my-github-username]/activemodel-associations/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request