README.md in rails-i18n-3.0.0 vs README.md in rails-i18n-3.0.1

- old
+ new

@@ -7,14 +7,14 @@ ## Gem installation Add to your Gemfile: - gem 'rails-i18n', '~> 3.0.0.pre' + gem 'rails-i18n', '~> 3.0.0' or run this command: - gem install rails-i18n --version '~> 3.0.0.pre' + gem install rails-i18n --version '~> 3.0.0' Note that your rails version must be 3.x if you want to install `rails-i18n` this way. If your Rails is version 4.0 or above, visit the [master](https://github.com/svenfuchs/rails-i18n) branch. Developers on Rails 2.x should go to the [rails-2-3](https://github.com/svenfuchs/rails-i18n/tree/rails-2-3) branch.