From 61b96a2f24d6c64851ee747e99d5ea7629059ec6 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Sat, 9 Feb 2019 23:43:53 +0000 Subject: [PATCH] Fix bad formatting --- content/tutorial/tutorial.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/tutorial/tutorial.md b/content/tutorial/tutorial.md index 0191348f0..0ce56c280 100644 --- a/content/tutorial/tutorial.md +++ b/content/tutorial/tutorial.md @@ -82,7 +82,9 @@ npx create-react-app my-app 3. Delete all files in the `src/` folder of the new project -> Note: **don't delete the entire `src` folder, just the original source files inside it.**. We'll replace the default source files with examples for this project in the next step. +> Note: +> +>**Don't delete the entire `src` folder, just the original source files inside it.** We'll replace the default source files with examples for this project in the next step. ```bash cd my-app