We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c4a4f commit 6392b0eCopy full SHA for 6392b0e
README.rst
@@ -31,9 +31,12 @@ Here's a simple example:
31
32
.. code-block:: python
33
34
- from jsonschema_lexer.lexer import JSONSchemaLexer
35
-
+ # Import the JSONSchemaLexer class from the package
+ from jsonschema_lexer import JSONSchemaLexer
36
+
37
+ from rich.console import Console
38
from rich.syntax import Syntax
39
40
console = Console()
41
42
code = """
0 commit comments