Merge pull request #6031 from jontewks/update-docs

Add npm install instructions to readme
This commit is contained in:
Paul O’Shannessy
2016-02-13 09:24:04 -08:00
+6
View File
@@ -50,6 +50,12 @@ If you'd like to use [bower](http://bower.io), it's as easy as:
bower install --save react
```
And it's just as easy with [npm](http://npmjs.com):
```sh
npm i --save react
```
## Contribute
The main purpose of this repository is to continue to evolve React core, making it faster and easier to use. If you're interested in helping with that, then keep reading. If you're not interested in helping right now that's ok too. :) Any feedback you have about using React would be greatly appreciated.