We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2d799 commit 86eeef1Copy full SHA for 86eeef1
README.md
@@ -46,7 +46,7 @@ We've also built a [starter kit](http://facebook.github.io/react/downloads/react
46
If you'd like to use [bower](http://bower.io), it's as easy as:
47
48
```sh
49
-bower install react
+bower install --save react
50
```
51
52
## Contribute
docs/downloads.md
@@ -26,7 +26,7 @@ The JSX transformer used to support [XML syntax](/react/docs/syntax.html) in Jav
26
## Bower
27
28
29
-$ bower install react
+$ bower install --save react
30
31
32
## NPM
0 commit comments