parent
ce2d7991c9
commit
86eeef1ccd
|
@ -46,7 +46,7 @@ We've also built a [starter kit](http://facebook.github.io/react/downloads/react
|
||||||
If you'd like to use [bower](http://bower.io), it's as easy as:
|
If you'd like to use [bower](http://bower.io), it's as easy as:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
bower install react
|
bower install --save react
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
|
@ -26,7 +26,7 @@ The JSX transformer used to support [XML syntax](/react/docs/syntax.html) in Jav
|
||||||
## Bower
|
## Bower
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ bower install react
|
$ bower install --save react
|
||||||
```
|
```
|
||||||
|
|
||||||
## NPM
|
## NPM
|
||||||
|
|
Loading…
Reference in New Issue