From 2676d5267576674bd3ddd56de9da32a1f2c2f34a Mon Sep 17 00:00:00 2001 From: Lukas Gafner <62466873+Kasluk24@users.noreply.github.com> Date: Tue, 26 Jan 2021 21:39:30 +0100 Subject: [PATCH] Correct typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f98ab9..bef34d1 100644 --- a/README.md +++ b/README.md @@ -46,5 +46,5 @@ geo2brok = from GeoJSON to BrokJSON, brok2geo = BrokJSON to GeoJSON `python -m brokjson-file-converter brok2geo BrokJSON.json GeoJSON.json` - Convert all "\*.json" files inside the directory "brokfiles" to GeoJSON files into the directory "geofiles" `python -m brokjson-file-converter brok2geo brokfiles geofiles` -- Convert all "\*.json" files inside the directory "geofiles" to BrokJSON files into and overwrite the original files +- Convert all "\*.json" files inside the directory "geofiles" to BrokJSON files and overwrite the original files `python -m brokjson-file-converter -o geo2brok geofiles`