summaryrefslogtreecommitdiff
path: root/plugins/jsontools/README.md
diff options
context:
space:
mode:
authorTapan Avasthi <tapan.k.avasthi@gmail.com>2020-04-26 15:55:00 +0530
committerGitHub <noreply@github.com>2020-04-26 12:25:00 +0200
commit80f669db475bf010222f1f0bbe84ec6b88fbd892 (patch)
treeb6e48bb65fc848aeb5e4d2177a0c84c39b48b02c /plugins/jsontools/README.md
parent2560f04982dfc2693221c7c0f47d1a71df09a794 (diff)
downloadzsh-80f669db475bf010222f1f0bbe84ec6b88fbd892.tar.gz
zsh-80f669db475bf010222f1f0bbe84ec6b88fbd892.tar.bz2
zsh-80f669db475bf010222f1f0bbe84ec6b88fbd892.zip
jsontools: correct usage for is_json (#8857)
Diffstat (limited to 'plugins/jsontools/README.md')
-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
```