Skip to content

Commit

Permalink
Update documentation to include a link to the GitHub repo and install…
Browse files Browse the repository at this point in the history
…ation instructions (#147)
  • Loading branch information
werdnum authored Jun 28, 2023
1 parent e5a007a commit 73c36f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@
python-json-patch
=================

*python-json-patch* is a Python library for applying JSON patches (`RFC 6902
`python-json-patch <https://github.com/stefankoegl/python-json-patch>`_
is a Python library for applying JSON patches (`RFC 6902
<http://tools.ietf.org/html/rfc6902>`_). Python 2.7 and 3.4+ are
supported. Tests are run on both CPython and PyPy.

**Installation**
.. code-block:: bash
$ pip install jsonpatch
..
**Contents**

Expand Down

0 comments on commit 73c36f2

Please sign in to comment.