Skip to content

Commit 6769138

Browse files
committed
Point Gemfile instructions at GitHub master instead of nonexistent prerelease version
1 parent eeb4e6b commit 6769138

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ Add `react-rails` to your gemfile:
2828
```ruby
2929
# Gemfile
3030
# 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
31+
# 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.
3233

33-
gem 'react-rails', '~> 1.0.0.pre', github: 'reactjs/react-rails'
34+
gem 'react-rails', github: 'reactjs/react-rails'
3435
```
3536

3637
Next, run the installation script.

0 commit comments

Comments
 (0)