diff --git a/README.md b/README.md
index d01f071d014b3c9ec75a8c422c0bb9d0ec0913eb..8c4448993a789dbb77c54a6e2a3d5e4cf19cdf8b 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@
 1) Install [node.js](https://nodejs.org/en/download/) on your machine
 2) Optional, but recommended: install yarn by running `npm install --global yarn`
 3) Install dependencies
+
 By NPM
 ```
 npm install
@@ -18,6 +19,7 @@ yarn
 ```
 4) Update `src/auth_config.json` with your variables
 5) Run the application
+
 By npm
 ```
 npm start