Skip to content

Commit 7edac1d

Browse files
authored
fix(README): correct react:install for rails < 5.0
1 parent 9f7944b commit 7edac1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ Add `webpacker` and `react-rails` to your gemfile and run the installers:
6161

6262
```
6363
$ bundle install
64-
$ rails webpacker:install
65-
$ rails webpacker:install:react
64+
$ rails webpacker:install # OR (on rails version < 5.0) rake webpacker:install
65+
$ rails webpacker:install:react # OR (on rails version < 5.0) rake webpacker:install:react
6666
$ rails generate react:install
6767
```
6868

0 commit comments

Comments
 (0)