Skip to content

Commit 7a9eb0d

Browse files
committed
Slightly simplify the README.
1 parent 2280875 commit 7a9eb0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
Introduction
2020
------------
2121

22-
`jsonschema-lexer` is a Python package that provides a JSON Schema lexer for syntax highlighting JSON Schema documents based on the `2020-12 dialect`.
23-
It utilizes Pygments, a syntax highlighting library, to tokenize JSON Schema documents according to the JSON Schema specification.
22+
`jsonschema-lexer` provides a lexer for syntax highlighting JSON Schema documents via `Pygments <https://pygments.org/>`_.
2423

2524
Usage
2625
-----
@@ -31,7 +30,6 @@ Here's a simple example:
3130

3231
.. code-block:: python
3332
34-
# Import the JSONSchemaLexer class from the package
3533
from jsonschema_lexer.lexer import JSONSchemaLexer
3634
3735
from rich.console import Console

0 commit comments

Comments
 (0)