From c8af9c46459f4feea92c0a37bc240d6f8c8a92f0 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Sat, 30 Sep 2017 21:10:01 +0100 Subject: [PATCH] Fix HTML file download link --- docs/docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 8e037c9b2a..53122b1f18 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -111,7 +111,7 @@ React is flexible and can be used in a variety of projects. You can create new a If you're just interested in playing around with React, you can use CodePen. Try starting from [this Hello World example code](http://codepen.io/gaearon/pen/rrpgNB?editors=0010). You don't need to install anything; you can just modify the code and see if it works. -If you prefer to use your own text editor, you can also download this HTML file, edit it, and open it from the local filesystem in your browser. It does a slow runtime code transformation, so don't use it in production. +If you prefer to use your own text editor, you can also download this HTML file, edit it, and open it from the local filesystem in your browser. It does a slow runtime code transformation, so don't use it in production. If you want to use it for a full application, there are two popular ways to get started with React: using Create React App, or adding it to an existing application.