Skip to content

Commit c128646

Browse files
authored
Update README.md
1 parent 4ad8680 commit c128646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ import serpapi
194194
client = serpapi.Client(api_key=os.getenv("API_KEY"))
195195
results = client.search({
196196
'engine': 'google',
197-
'q': 'coffee',
197+
'q': 'coffee'
198198
})
199199
```
200200
- API Documentation: [serpapi.com/search-api](https://serpapi.com/search-api)

0 commit comments

Comments
 (0)