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 eeb4e6b commit 6769138Copy full SHA for 6769138
README.md
@@ -28,9 +28,10 @@ Add `react-rails` to your gemfile:
28
```ruby
29
# Gemfile
30
# If you missed a warning at the top of this README - this is still in development
31
-# which means this version is not pushed to rubygems.org
+# which means the latest is not pushed to rubygems.org or tagged as a version. Live
32
+# on the bleeding edge and depend on master.
33
-gem 'react-rails', '~> 1.0.0.pre', github: 'reactjs/react-rails'
34
+gem 'react-rails', github: 'reactjs/react-rails'
35
```
36
37
Next, run the installation script.
0 commit comments