Updated recommended links for installation in readme (#9425)

This commit is contained in:
Abhay Nikam 2017-04-14 03:45:13 +05:30 committed by Dan Abramov
parent 4c8c5debac
commit a95e1d8ffc
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ React is flexible and can be used in a variety of projects. You can create new a
The recommended way to install React depends on your project. Here you can find short guides for the most common scenarios:
* [Trying Out React](https://facebook.github.io/react/docs/installation.html#trying-out-react)
* [Creating a Single Page Application](https://facebook.github.io/react/docs/installation.html#creating-a-single-page-application)
* [Creating a New Application](https://facebook.github.io/react/docs/installation.html#creating-a-new-application)
* [Adding React to an Existing Application](https://facebook.github.io/react/docs/installation.html#adding-react-to-an-existing-application)
## Contributing