diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-11-18 20:09:07 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-11-18 20:09:07 +0100 |
commit | 33ce867b1bd4abb8fc9dde049507937182b9c6e3 (patch) | |
tree | b4d80287b24240cf65e95f0321f48e23eb54233c /README.md | |
parent | 00479d5fd29b92f8c48568349f175deac566d4a8 (diff) |
csv2json, json2json: Perform consistency checks
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -73,9 +73,9 @@ located in `share/stations.json`. There are two recommended editing methods. Automatic method, e.g. to incorporate changes from Open Data sources: * modify stations.json with a script in any JSON-aware language you like -* run ./json2json in the share diretcory. This transforms stations.json into - its canonical format, which simplifies tracking of changes and reduces diff - size +* run `./json2json` in the share diretcory. This performs consistency checks and + transforms stations.json into its canonical format, which simplifies tracking + of changes and reduces diff size Manual method: |