diff --git a/README.rst b/README.rst index b4d85be..b862a38 100644 --- a/README.rst +++ b/README.rst @@ -51,7 +51,7 @@ All methods of ``Articles`` are accessible via: .. code-block:: python - from newsapi.articles import articles + from newsapi.articles import Articles a = Articles(API_KEY="Your-api-key")