Skip to content

Commit

Permalink
add missing comma, add link to dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmvik authored Apr 2, 2019
1 parent 313bea7 commit d7371b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ client_params = {
safe: "Safe Search Flag",
num: "Number of Results",
start: "Pagination Offset",
serp_api_key: "Your SERP API Key",
tbm: "nws|isch|shop"
api_key: "Your SERP API Key", # see: https://serpapi.com/dashboard
tbm: "nws|isch|shop",
tbs: "custom to be search criteria"
async: true|false # allow async
output: "json|html" # output format
async: true|false, # allow async
output: "json|html", # output format
}

# define the search client
Expand Down

0 comments on commit d7371b9

Please sign in to comment.