Skip to content

Commit

Permalink
Minor readme fixup.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon24 committed Oct 12, 2019
1 parent 33ee22f commit ed1e21d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Usage:
.. code-block:: python
>>> from reader import Reader
>>> from reader import make_reader
>>>
>>> reader = Reader('db.sqlite')
>>> reader = make_reader('db.sqlite')
>>> reader.add_feed('http://www.hellointernet.fm/podcast?format=rss')
>>> reader.update_feeds()
>>>
Expand Down

0 comments on commit ed1e21d

Please sign in to comment.