summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-11-18 20:09:07 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-11-18 20:09:07 +0100
commit33ce867b1bd4abb8fc9dde049507937182b9c6e3 (patch)
treeb4d80287b24240cf65e95f0321f48e23eb54233c /README.md
parent00479d5fd29b92f8c48568349f175deac566d4a8 (diff)
csv2json, json2json: Perform consistency checks
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index d53b36b..42cd267 100644
--- a/README.md
+++ b/README.md
@@ -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: