diff --git a/README.md b/README.md
index 9cec18eb8bea280881c9ca4aa8f1c8f290db7dc4..820510d514c2d5284b713a3a54266e676e146395 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`