Skip to content

Commit

Permalink
Fix line break
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasluk24 committed Jan 26, 2021
1 parent 2676d52 commit bc283d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ geo2brok = from GeoJSON to BrokJSON, brok2geo = BrokJSON to GeoJSON
`python -m brokjson-file-converter geo2brok GeoJSON.json BrokJSON.json`
- Convert the brokJSON file "BrokJSON.json" to the GeoJSON file GeoJSON.json<br>
`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"
- Convert all "\*.json" files inside the directory "brokfiles" to GeoJSON files into the directory "geofiles"<br>
`python -m brokjson-file-converter brok2geo brokfiles geofiles`
- Convert all "\*.json" files inside the directory "geofiles" to BrokJSON files and overwrite the original files
- Convert all "\*.json" files inside the directory "geofiles" to BrokJSON files and overwrite the original files<br>
`python -m brokjson-file-converter -o geo2brok geofiles`

0 comments on commit bc283d2

Please sign in to comment.