Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-usman-108 committed May 28, 2024
1 parent 12d79b2 commit ec0588b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ Here is a simple example to get you started:

.. code-block:: python
from medium-article-py import MediumArticles
from medium_article_py.medium import MediumArticles
username = '<your-medium-username>'
md = MediumArticles()
print(MediumArticles.get_profile_url(username))
print(md.get_profile_url(username))
# Output: https://medium.com/feed/@engrmuhammadusman108
.. list-table::
Expand Down

0 comments on commit ec0588b

Please sign in to comment.