Skip to content

Commit 17c9dff

Browse files
committed
Add npm install instructions to readme
1 parent d684b15 commit 17c9dff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ If you'd like to use [bower](http://bower.io), it's as easy as:
5050
bower install --save react
5151
```
5252

53+
And it's just as easy with [npm](http://npmjs.com):
54+
55+
```sh
56+
npm i --save react
57+
```
58+
5359
## Contribute
5460

5561
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 commit comments

Comments
 (0)