summaryrefslogtreecommitdiff
path: root/plugins/jsontools/README.md
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2020-05-08 10:04:17 -0600
committerTuowen Zhao <ztuowen@gmail.com>2020-05-08 10:04:17 -0600
commit191e14cc7f63c4525a0f66d571416faf9e91a185 (patch)
treec65b8b311bb09f842afffb729e16c9ffa9870725 /plugins/jsontools/README.md
parentc197ad40f1dca62fd1e0e555e7bfc84e39f31223 (diff)
parentb876198575cbf23d589ddc8da6b22254d3d5358b (diff)
downloadzsh-191e14cc7f63c4525a0f66d571416faf9e91a185.tar.gz
zsh-191e14cc7f63c4525a0f66d571416faf9e91a185.tar.bz2
zsh-191e14cc7f63c4525a0f66d571416faf9e91a185.zip
Merge branch 'master' of https://github.com/ohmyzsh/ohmyzsh
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
```