Skip to content

Commit d7371b9

Browse files
authored
add missing comma, add link to dashboard
1 parent 313bea7 commit d7371b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ client_params = {
8181
safe: "Safe Search Flag",
8282
num: "Number of Results",
8383
start: "Pagination Offset",
84-
serp_api_key: "Your SERP API Key",
85-
tbm: "nws|isch|shop"
84+
api_key: "Your SERP API Key", # see: https://serpapi.com/dashboard
85+
tbm: "nws|isch|shop",
8686
tbs: "custom to be search criteria"
87-
async: true|false # allow async
88-
output: "json|html" # output format
87+
async: true|false, # allow async
88+
output: "json|html", # output format
8989
}
9090

9191
# define the search client

0 commit comments

Comments
 (0)