Skip to content
Prev Previous commit
Update README.md
  • Loading branch information
xionon committed Sep 5, 2014
commit 2c2f79f5a41e5a10dad5902b731ab6c57acdf18f
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Next, run the installation script.
rails g react:install
```

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.
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 store React components in.

## Usage

Expand Down