Skip to content

Commit a77b43e

Browse files
committed
Merge pull request #51 from meleyal/patch-4
clarify installation of pre version
2 parents e99bee5 + fd86b11 commit a77b43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ As with all gem dependencies, we strongly recommend adding `react-rails` to your
2323
# If you missed a warning at the top of this README - this is still in development
2424
# which means this version is not pushed to rubygems.org
2525

26-
gem 'react-rails', '~> 1.0.0'
26+
gem 'react-rails', '~> 1.0.0.pre', github: 'reactjs/react-rails'
2727
```
2828

2929
## Usage

0 commit comments

Comments
 (0)