From 8cccfc37e19f5bbae56cb3bdf6fc65e030731a22 Mon Sep 17 00:00:00 2001 From: Gianr Lazz Date: Thu, 28 Sep 2023 16:18:01 +0200 Subject: [PATCH] fix import --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f802e07..e8e7e54 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: