readme.md in refinerycms-admin-locales-1.0.1 vs readme.md in refinerycms-admin-locales-2.0.0

- old
+ new

@@ -12,25 +12,33 @@ This refinery extension solves the locale dashboard conflicts with multiple users who need different locales at the same time. ## How to add this extension to your project -### Refinery 2: +### Refinery edge: #### Add gem to Gemfile - gem "refinerycms-admin-locales" + gem 'refinerycms-admin-locales', 'git: git://github.com/simplelogica/refinerycms-admin-locales.git' #### Install extension rake refinery_admin_locales:install:migrations rake db:migrate +### Refinery 2.0.*: +#### Add gem to Gemfile + gem 'refinerycms-admin-locales', "~> 2.0.0" + +#### Install extension + rake refinery_admin_locales:install:migrations + rake db:migrate + ### Refinery 1: #### Add gem to Gemfile gem "refinerycms-admin-locales", "~> 1.0.0" #### Install extension rails generate refinerycms_admin_locales rake db:migrate -**WARNING: Refinary 1 version, is not test, but it should work** +**WARNING: Refinary 1 version, is not tested, but it should works**