diff options
author | Tapan Avasthi <tapan.k.avasthi@gmail.com> | 2020-04-26 15:55:00 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-26 12:25:00 +0200 |
commit | 80f669db475bf010222f1f0bbe84ec6b88fbd892 (patch) | |
tree | b6e48bb65fc848aeb5e4d2177a0c84c39b48b02c /plugins/jsontools/README.md | |
parent | 2560f04982dfc2693221c7c0f47d1a71df09a794 (diff) | |
download | zsh-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.md | 2 |
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 ``` |