From ac032ba283e1f633c878d5ac04f4c725e083f4d9 Mon Sep 17 00:00:00 2001
From: Jonas Braathen <jonas.braathen@usit.uio.no>
Date: Fri, 9 Jul 2021 11:01:41 +0200
Subject: [PATCH] Add some newlines in the README

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

diff --git a/README.md b/README.md
index 44109c30..74d3b0df 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,8 @@ Local configuration is read from `gregsite/settings/local.py`. Put secrets and l
     # Make sure a local settings file exists
     $ touch gregsite/settings/local.py
 
-`gregsite/settings/base.py` contains common configuration for all environments. Put defaults here.
-`gregsite/settings/dev.py` contains development configuration. It's used when running a development server using `python manage.py runserver`.
+`gregsite/settings/base.py` contains common configuration for all environments. Put defaults here.\
+`gregsite/settings/dev.py` contains development configuration. It's used when running a development server using `python manage.py runserver`.\
 `gregsite/settings/prod.py` contains production configuration. It's used when the application is initialized by an application server via `gregsite.wsgi` or `gregsite.asgi`.
 
 Any settings in `local.py` override definitions in `base.py`, `dev.py` and `prod.py`.
-- 
GitLab