diff --git a/README.md b/README.md
index 9c155ace0bf5be2b55a8314c1994692557905f85..03f4fe4a9a96f757f9a9b2f4259aa2930290ad47 100644
--- a/README.md
+++ b/README.md
@@ -6,15 +6,17 @@ SciPost is written in Python 3.5 using Django and requires a PostgreSQL database
 Python dependencies are listed in `requirements.txt`.
 
 ## Getting started
+
 ### Python version
 Make sure you're using Python 3.5. If you need to use multiple versions of Python, use [pyenv](https://github.com/yyuu/pyenv).
+
 ### Python dependencies
 Setup a virtual environment using[(py)venv](https://docs.python.org/3/library/venv.html), and activate it:
 
 ```shell
 $ pyvenv scipostenv
 $ source scipostenv/bin/activate
- ```
+```
 
 Now install dependencies:
 
@@ -85,4 +87,4 @@ You are now ready to run the development server:
 
 ```shell
 (scipostenv) $ ./manage.py runserver
-```
\ No newline at end of file
+```