Skip to content

Commit 6dded68

Browse files
committed
Update explanation of the installation generator
1 parent be5bb7e commit 6dded68

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
@@ -32,7 +32,7 @@ Next, run the installation script.
3232
rails g react:install
3333
```
3434

35-
This will add react.js, react\_ujs.js, and a components.js manifest file to your project, as well as adding the appropriate `require` directives to application.js
35+
This will require `react.js`, `react_ujs.js`, and a `components.js` manifest file in application.js, and create a directory named `app/assets/javascripts/components` for you to put yunderour React components in.
3636

3737
## Usage
3838

0 commit comments

Comments
 (0)