From 3e44b5dc25d393d0446cb59cb70022b05fc75339 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 18 Apr 2017 17:44:32 +0100 Subject: [PATCH] Fix duplicate sentence --- docs/tutorial/tutorial.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/tutorial/tutorial.md b/docs/tutorial/tutorial.md index 2ea4542f03..b8adda0993 100644 --- a/docs/tutorial/tutorial.md +++ b/docs/tutorial/tutorial.md @@ -34,8 +34,6 @@ We'll be using an online editor called CodePen in this guide. You can begin by o You can also follow along locally if you don't mind a few extra steps: -You can also follow along locally if you don't mind a few extra steps: - 1. Make sure you have a recent version of [Node.js](https://nodejs.org/en/) installed. 2. Follow the [installation instructions](/react/docs/installation.html#creating-a-new-application) to create a new project. 3. Replace the contents of `src/index.js` in the generated project with this JS code.