Skip to content

Commit abc78f5

Browse files
committed
Minor cleanup to README doc
1 parent 2e447fa commit abc78f5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# check-jsonschema
88

9-
A [pre-commit](https://pre-commit.com/) hook for checking files against a [JSONSchema](https://json-schema.org/), built using the python [jsonschema](https://github.com/Julian/jsonschema/) package.
9+
A JSON Schema CLI and [pre-commit](https://pre-commit.com/) hook built on [jsonschema](https://github.com/python-jsonschema/jsonschema/).
1010
The schema may be specified as a local or remote (HTTP or HTTPS) file.
1111

1212
Remote files are automatically downloaded and cached if possible.
@@ -103,7 +103,13 @@ And to check with the builtin schema that a GitHub workflow sets
103103

104104
## Standalone Usage
105105

106-
You can also `pip install check-jsonschema` to run the tool manually.
106+
To use as a CLI tool, install with `pip`
107+
108+
pip install check-jsonschema
109+
110+
or `pipx`
111+
112+
pipx install check-jsonschema
107113

108114
For full usage info:
109115

0 commit comments

Comments
 (0)