From 0d6a9d6833a6ec608c1b9255fd8ce105c50fc943 Mon Sep 17 00:00:00 2001
From: Eric Duminil <eric.duminil@gmail.com>
Date: Wed, 16 Apr 2025 21:52:01 +0200
Subject: [PATCH] Formatting

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

diff --git a/README.md b/README.md
index 0c83e66..9a25140 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,8 @@ All is needed is a name and a region, either specified as a WKT polygon, a Zipco
 ```
 python download_LoD2_from_LGL_BW.py StuttgartCenter "POLYGON((9.175287 48.780916, 9.185501 48.777522, 9.181467 48.773704, 9.174429 48.768472, 
 9.168807 48.773902, 9.175287 48.780916))"
-  python download_LoD2_from_LGL_BW.py Freiburg "79098,79102" --output-folder="/path/to/FreiburgFolder"
-  python download_LoD2_from_LGL_BW.py Möhringen "70567" --download-only
+python download_LoD2_from_LGL_BW.py Freiburg "79098,79102" --output-folder="/path/to/FreiburgFolder"
+python download_LoD2_from_LGL_BW.py Möhringen "70567" --download-only
 ```
 
 By default, the CityGML files will be downloaded inside the folder containing the script, as a [Repository](https://simstadt.hft-stuttgart.de/getting-started/repository-structure/).
-- 
GitLab