diff --git a/README.md b/README.md index 404dab02..e6021f7c 100644 --- a/README.md +++ b/README.md @@ -388,7 +388,7 @@ run Rack::URLMap.new \ "/split" => Split::Dashboard.new ``` -However, if you are using Rails 3: You can mount this inside your app routes by first adding this to the Gemfile: +However, if you are using Rails 3 or higher: You can mount this inside your app routes by first adding this to the Gemfile: ```ruby gem 'split', require: 'split/dashboard'