Skip to content

Commit 1c60cc8

Browse files
committed
Remove the CLI example from the readme.
Redirect to check-jsonschema instead.
1 parent cffc293 commit 1c60cc8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,7 @@ jsonschema
5454
...
5555
ValidationError: 'Invalid' is not of type 'number'
5656
57-
It can also be used from console:
58-
59-
.. code-block:: bash
60-
61-
$ jsonschema --instance sample.json sample.schema
57+
It can also be used from the command line by installing `check-jsonschema <https://github.com/python-jsonschema/check-jsonschema>`_.
6258

6359
Features
6460
--------

0 commit comments

Comments
 (0)