We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985850e commit 854e09dCopy full SHA for 854e09d
1 file changed
README.md
@@ -78,8 +78,8 @@ Note: On rails versions < 6.0, You need to add `gem 'webpacker'` to your Gemfile
78
###### Rails 6.x and 5.x:
79
```
80
$ bundle install
81
-$ rails webpacker:install # OR (on rails version < 5.0) rake webpacker:install
82
-$ rails webpacker:install:react # OR (on rails version < 5.0) rake webpacker:install:react
+$ rails webpacker:install # OR (on rails version < 5.0) rake webpacker:install
+$ rails webpacker:install:react # OR (on rails version < 5.0) rake webpacker:install:react
83
$ rails generate react:install
84
85
0 commit comments