diff --git a/SQL/readme.md b/SQL/readme.md index 311091b..becd561 100644 --- a/SQL/readme.md +++ b/SQL/readme.md @@ -8,7 +8,7 @@ Install a CLI tool to download Overture Maps data. pip install overturemaps ``` -Run the following code and it will download buildings in target areas from Overture Maps and import them into PostgreSQL +Run the following code and it will download buildings in target areas from Overture Maps and import them into PostgreSQL. ``` bash buildings/download_import_ovt.sql @@ -21,4 +21,4 @@ You need to extract data before running this script. ``` bash building/import_osm_tsv.shcd . -``` \ No newline at end of file +```