From ec0588b56f39357ac68e9a2dbf7fc60cb30d3fb4 Mon Sep 17 00:00:00 2001 From: muhammad-usman-108 Date: Tue, 28 May 2024 16:03:53 +0200 Subject: [PATCH] Update README --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index bef8a69..f8d7a3e 100644 --- a/README.rst +++ b/README.rst @@ -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 = '' + md = MediumArticles() - print(MediumArticles.get_profile_url(username)) + print(md.get_profile_url(username)) # Output: https://medium.com/feed/@engrmuhammadusman108 .. list-table::