diff --git a/README.md b/README.md index 51f8d85..a4b74c5 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,5 @@ You can easily run the site locally by spawning a simple static file server in t ``` (cd src/; python3 -m http.server) ``` + +You can also validate the JSON with `(cd src/; python -m json.tool data.json > /dev/null)`. If there are no errors, there will be no output.