From a499dbb8e0a1a0584e388036e6eb5b6de648d9f2 Mon Sep 17 00:00:00 2001 From: Andy Lin Date: Mon, 27 Mar 2023 21:53:06 -0700 Subject: [PATCH] Update module reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f802e07..1f8c2da 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ $ python -m pip install newsapi-python After installation, import the client class into your project: ```python -from newsapi import NewsApiClient +from newsapi.newsapi_client import NewsApiClient ``` Initialize the client with your API key: