Skip to content
Browse files

Add npm install instructions to readme

  • Loading branch information...
1 parent d684b15 commit 17c9dffed47d105e0872b7944cd6720571129d22 @jontewks jontewks committed
Showing with 6 additions and 0 deletions.
  1. +6 −0 README.md
View
6 README.md
@@ -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.

0 comments on commit 17c9dff

Please sign in to comment.
Something went wrong with that request. Please try again.