summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/jsontools/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/jsontools/README.md b/plugins/jsontools/README.md
index 2a5a76139..1fa2b8eed 100644
--- a/plugins/jsontools/README.md
+++ b/plugins/jsontools/README.md
@@ -29,7 +29,7 @@ curl https://coderwall.com/bobwilliams.json | pp_json
- **is_json**:
```sh
-# pretty print the contents of an existing json file
+# Validate if file's content conforms to a valid JSON schema
less data.json | is_json
```