Skip to content

Commit 6bf525b

Browse files
authored
Update README.md
1 parent be88a80 commit 6bf525b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ queries = ["pizza", "restaurants", "delivery"]
9191
results = client.search(queries)
9292

9393
# Different search engines
94-
result = client.search("pizza", search_engine="google")
95-
result = client.search("pizza", search_engine="bing")
96-
result = client.search("pizza", search_engine="yandex")
94+
result = client.search("pizza", search_engine="google") # search_engine can also be set to "yandex" or "bing"
9795

9896
# Custom options
9997
results = client.search(

0 commit comments

Comments
 (0)