From bce4833e2bbb9699a57578263d389ac09943da4a Mon Sep 17 00:00:00 2001 From: Jin Igarashi Date: Sun, 29 Nov 2020 21:58:51 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ac3dc9..124ee32 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ python upload2openafrica.py --key ${CKAN_API_KEY} --pkg {your package url} --tit ```bash python upload2openafrica.py \ --key ${CKAN_API_KEY} \ ---org "water-and-sanitation-corporation-ltd-wasac" +--org "water-and-sanitation-corporation-ltd-wasac" \ --pkg rw-water-vectortiles \ --title "Vector Tiles for rural water supply systems in Rwanda" \ --file ../data/rwss.mbtiles \ @@ -36,7 +36,7 @@ vi upload_mbtiles.sh pipenv run python upload2openafrica.py \ --key ${CKAN_API_KEY} \ - --org "water-and-sanitation-corporation-ltd-wasac" + --org "water-and-sanitation-corporation-ltd-wasac" \ --pkg rw-water-vectortiles \ --title "Vector Tiles for rural water supply systems in Rwanda" \ --file ../data/rwss.mbtiles \ @@ -89,4 +89,4 @@ jobs: Don't forget to register your CKAN API Key on your setting page of Github! -Enjoy! \ No newline at end of file +Enjoy!