From a95e1d8ffcbfaaa2eda98d1bf914d1b750c402c8 Mon Sep 17 00:00:00 2001 From: Abhay Nikam Date: Fri, 14 Apr 2017 03:45:13 +0530 Subject: [PATCH] Updated recommended links for installation in readme (#9425) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df717360fe..e22b705c1e 100644 --- a/README.md +++ b/README.md @@ -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