summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-12-05 14:04:11 -0500
committerJulian Berman <Julian@GrayVines.com>2022-12-05 14:04:11 -0500
commit1c60cc80126f6f35a60b4e9fb1a046d826bdc340 (patch)
tree6463531fc2dfdf679a733a7ad6ef658982a45c7c
parentcffc2936cc4602d5da9ab26b77664e0ae1337cce (diff)
downloadjsonschema-1c60cc80126f6f35a60b4e9fb1a046d826bdc340.tar.gz
Remove the CLI example from the readme.
Redirect to check-jsonschema instead.
-rw-r--r--README.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 1c43061..666b885 100644
--- a/README.rst
+++ b/README.rst
@@ -54,11 +54,7 @@ jsonschema
...
ValidationError: 'Invalid' is not of type 'number'
-It can also be used from console:
-
-.. code-block:: bash
-
- $ jsonschema --instance sample.json sample.schema
+It can also be used from the command line by installing `check-jsonschema <https://github.com/python-jsonschema/check-jsonschema>`_.
Features
--------