Removed redundant word

This commit is contained in:
Cory House
2015-07-01 11:26:31 -05:00
parent 25104d6a52
commit 898bf730d2

View File

@@ -22,4 +22,4 @@ The add-ons below are in the development (unminified) version of React only:
To get the add-ons, use `react-with-addons.js` (and its minified counterpart) rather than the common `react.js`.
When using the react package from npm, just simply `require('react/addons')` instead of `require('react')` to get React with all of the add-ons.
When using the react package from npm, simply `require('react/addons')` instead of `require('react')` to get React with all of the add-ons.