From 37404734789e6f6a97dba7690b0227f9263d7ea5 Mon Sep 17 00:00:00 2001
From: Dan Abramov <dan.abramov@gmail.com>
Date: Fri, 22 Jul 2016 14:05:00 +0100
Subject: [PATCH] Update README.md

---
 README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 9cec18eb8..820510d51 100644
--- a/README.md
+++ b/README.md
@@ -41,8 +41,7 @@ create-react-app my-app
 cd my-app
 ```
 
-It will create a directory called `my-app` inside the current folder.
-
+It will create a directory called `my-app` inside the current folder.<br>
 Inside that directory, it will generate the initial project structure and install the transient dependencies:
 
 ```
@@ -60,8 +59,7 @@ my-app/
     logo.svg
 ```
 
-No configuration or complicated folder structures, just the files you need to build your app.
-
+No configuration or complicated folder structures, just the files you need to build your app.<br>
 Once the installation is done, you can run some commands inside the project folder:
 
 ### `npm start`
-- 
GitLab