Skip to content

Commit ebeedce

Browse files
committed
Merge pull request reactjs#19 from nikai3d/patch-1
fix typo in README.md
2 parents a0c0cc2 + 3b635ef commit ebeedce

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
@@ -25,7 +25,7 @@ gem 'react-rails', '~> 0.4.1.0'
2525

2626
### react.js
2727

28-
In order to use React client-side in your application, you must make sure the browser requests it. One way to do that is to drop `react.js` into `app/assets/javascript/` and by default your applcation manifest will pick it up. There are downsides to this approach, so we made it even easier. Once you have `react-rails` installed, you can just add a line into your config file (see Configuring) and require react directly in your manifest:
28+
In order to use React client-side in your application, you must make sure the browser requests it. One way to do that is to drop `react.js` into `app/assets/javascript/` and by default your application manifest will pick it up. There are downsides to this approach, so we made it even easier. Once you have `react-rails` installed, you can just add a line into your config file (see Configuring) and require react directly in your manifest:
2929

3030
You can `require` it in your manifest:
3131

0 commit comments

Comments
 (0)