From c622fc176bd1209678c92a31207eead822254318 Mon Sep 17 00:00:00 2001 From: nishant-cyro Date: Fri, 7 Mar 2014 18:59:30 +0530 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f883ca2..348be16 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ Add spree_admin_roles_and_access to your Gemfile: gem 'spree_admin_roles_and_access' ``` +But if you are using 2.0.x version of spree + +```ruby +gem 'spree_admin_roles_and_access', '1.0.0' +``` + Bundle your dependencies and run the installation generator: ```shell