Skip to content

Commit

Permalink
Adjust index page of documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bcb committed Sep 14, 2016
1 parent 7b403e7 commit e47d87d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Send `JSON-RPC <http://www.jsonrpc.org/>`__ requests in Python 2.7 and 3.3+.
<-- {"jsonrpc": "2.0", "result": "meow", "id": 1}
'meow'

This example uses `Requests <http://docs.python-requests.org/>`__ library to
send a request. More options are demonstrated on the :doc:`examples <examples>`
page. For advanced usage and configuration, see the :doc:`api`.
This example uses the `requests <http://docs.python-requests.org/>`__ library
for transport, but more options are demonstrated on the :doc:`examples
<examples>` page. For advanced usage and configuration, see the :doc:`api`.

Contribute on `Github <https://github.com/bcb/jsonrpcclient>`__.

Expand Down

0 comments on commit e47d87d

Please sign in to comment.