From c128646b79896609fe363e3ee59e6dddea957a29 Mon Sep 17 00:00:00 2001 From: Alex Barron Date: Tue, 16 Jul 2024 09:04:15 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c696f6..668055b 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ import serpapi client = serpapi.Client(api_key=os.getenv("API_KEY")) results = client.search({ 'engine': 'google', - 'q': 'coffee', + 'q': 'coffee' }) ``` - API Documentation: [serpapi.com/search-api](https://serpapi.com/search-api)