We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c471dda commit 77f87b1Copy full SHA for 77f87b1
1 file changed
README.md
@@ -388,7 +388,7 @@ run Rack::URLMap.new \
388
"/split" => Split::Dashboard.new
389
```
390
391
-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:
392
393
```ruby
394
gem 'split', require: 'split/dashboard'
0 commit comments