Skip to content

Commit d43bcda

Browse files
committed
- Change version of installation to 1.2.0 in README so we dont run into installation issues with generator, due to sprockets
1 parent 9ce5ac4 commit d43bcda

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 @@ in your Ruby on Rails (3.2+) application. `react-rails` can:
2323
Add `react-rails` to your gemfile:
2424

2525
```ruby
26-
gem 'react-rails', '~> 1.0'
26+
gem 'react-rails', '1.2.0'
2727
```
2828

2929
Next, run the installation script:

0 commit comments

Comments
 (0)