From 8e517b8897eaeb176a4eeb5d99f1b21d7dfe0db1 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Thu, 24 Feb 2022 10:23:53 +0000 Subject: [PATCH] add spacing --- docs/setup-dev-environment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup-dev-environment.md b/docs/setup-dev-environment.md index 7322c4cd..89d74c49 100644 --- a/docs/setup-dev-environment.md +++ b/docs/setup-dev-environment.md @@ -237,7 +237,7 @@ npm install ## :house: Loading the building data
- With a database dump + With a database dump

If you are a developer on the Colouring London project (or another Colouring Cities project), you may have a production database (or staging etc) that you wish to duplicate in your development environment. @@ -267,7 +267,7 @@ ls ~/colouring-london/migrations/*.up.sql 2>/dev/null | while read -r migration;
- With test data + With test data

Run the following two sections if you wish to load test buildings into the application from OpenStreetMaps (OSM).