README.textile in read_from_slave-0.3.0 vs README.textile in read_from_slave-0.4.0

- old
+ new

@@ -1,25 +1,25 @@ h1. Read_from_slave h4. Read_from_slave for Rails enables database reads from a slave database, while writes continue to go to the master -Read_from_slave will work with Rails 2.2 and above. +Read_from_slave will work with Rails 2.2 and above, including Rails 3 versions. h2. Installation <pre> <code> -sudo gem install sdsykes-read_from_slave +gem install read_from_slave </code> </pre> h2. Configuration In config/environments/production.rb (for instance) <pre> <code> -config.gem "sdsykes-read_from_slave", :lib=>"read_from_slave" +config.gem "read_from_slave" </code> </pre> In config/database.yml