We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9a938 commit 4ad8680Copy full SHA for 4ad8680
README.md
@@ -64,7 +64,7 @@ import serpapi
64
client = serpapi.Client(api_key=os.getenv("API_KEY"))
65
results = client.search({
66
'engine': 'bing',
67
- 'q': 'coffee',
+ 'q': 'coffee'
68
})
69
```
70
- API Documentation: [serpapi.com/bing-search-api](https://serpapi.com/bing-search-api)
0 commit comments