Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple authored Oct 24, 2021
1 parent 1412e10 commit 7afaf7b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ esak - Marvel API wrapper for python 3
.. code-block:: bash
$ pip3 install --user esak
**Example Usage:**

.. code-block:: python
Expand All @@ -50,6 +50,14 @@ esak - Marvel API wrapper for python 3
# id of the series
print('{} (series #{})'.format(comic.title, comic.series.id))
Documentation
-------------
- `Read the project documentation <https://esak.readthedocs.io/en/stable/>`_

Bugs/Requests
-------------

Please use the `GitHub issue tracker <https://github.com/bpepple/esak/issues>`_ to submit bugs or request features.

Contributing
------------
Expand Down

0 comments on commit 7afaf7b

Please sign in to comment.