summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 1 insertions, 10 deletions
diff --git a/README.rst b/README.rst
index dc89d72..2ad096e 100644
--- a/README.rst
+++ b/README.rst
@@ -51,7 +51,7 @@ It can also be used from console:
.. code-block:: bash
- $ jsonschema -i sample.json sample.schema
+ $ jsonschema --instance sample.json sample.schema
Features
--------
@@ -80,15 +80,6 @@ Installation
$ pip install jsonschema
-Release Notes
--------------
-
-v3.1 brings support for ECMA 262 dialect regular expressions
-throughout schemas, as recommended by the specification. Big
-thanks to @Zac-HD for authoring support in a new `js-regex
-<https://pypi.org/project/js-regex/>`_ library.
-
-
Running the Test Suite
----------------------