Skip to content

Commit 8bffe46

Browse files
committed
modified readme
1 parent 2d7af34 commit 8bffe46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ API, each with different sources.
8989

9090
| Search Engine | Sources
9191
| ------------- | --------------
92-
| **Google** | `google`, `google_search`, `google_ads`, `google_hotels`, `google_travel_hotels`, `google_images`, `google_suggest`,
93-
`google_trends_explore`
92+
| **Google** | `google`, `google_search`, `google_ads`, `google_hotels`, `google_travel_hotels`, `google_images`, `google_suggest`,`google_trends_explore`
9493
| **Bing** | `bing`, `bing_search`
9594

9695
In the SDK you'll just need to call the relevant function name from the client.
@@ -199,7 +198,8 @@ password = "password"
199198
# Initialize the SERP Realtime client with your credentials.
200199
c = SERP(username, password)
201200

202-
# Use `bing_search` as a source to scrape Bing using custom parsing instructions.
201+
# Use `bing_search` as a source to scrape Bing using custom parsing
202+
# instructions.
203203
result = c.bing.scrape_url(
204204
"https://www.bing.com/search?q=nike",
205205
{

0 commit comments

Comments
 (0)