README.mdown in scoped_from-0.6.0 vs README.mdown in scoped_from-0.6.1

- old
+ new

@@ -3,24 +3,16 @@ Provides a simple mapping between scopes and controller parameters for [Ruby On Rails 3](http://rubyonrails.org/). ## Installation -### As a gem - Just add this into your `Gemfile`: gem 'scoped_from' Then, just run `bundle install`. -### As a plugin - -From your application path, execute: - - rails plugin install git://github.com/alexistoulotte/scoped_from.git - ## Example First, a model with some scopes: class Post < ActiveRecord::Base @@ -144,6 +136,6 @@ <% end %> ## Executing test suite This project is fully tested with [Rspec 2](http://github.com/rspec/rspec). -Just run `rake` (after a `bundle install`). +Just run `bundle exec rake` (after a `bundle install`).