Skip to content

Commit 86eeef1

Browse files
committed
Update bower install command
Fixes facebook#21
1 parent ce2d799 commit 86eeef1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ We've also built a [starter kit](http://facebook.github.io/react/downloads/react
4646
If you'd like to use [bower](http://bower.io), it's as easy as:
4747

4848
```sh
49-
bower install react
49+
bower install --save react
5050
```
5151

5252
## Contribute

docs/downloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The JSX transformer used to support [XML syntax](/react/docs/syntax.html) in Jav
2626
## Bower
2727

2828
```sh
29-
$ bower install react
29+
$ bower install --save react
3030
```
3131

3232
## NPM

0 commit comments

Comments
 (0)