Skip to content

Commit

Permalink
Merge pull request #55 from paplorinc/paplorinc-patch-1
Browse files Browse the repository at this point in the history
Fix comment typos in readme
  • Loading branch information
Kenneth Reitz committed Sep 1, 2023
2 parents 808f844 + a1b79f9 commit 53f4301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,8 @@ This script prints the first 3 pages of the news headlines for the last 24 hours
from serpapi import GoogleSearch
search = GoogleSearch({
"q": "coffe", # search search
"tbm": "shop", # news
"tbs": "p_ord:rv", # last 24h
"tbm": "shop", # shopping
"tbs": "p_ord:rv", # ordered by review
"num": 100
})
data = search.get_dict()
Expand Down

0 comments on commit 53f4301

Please sign in to comment.