Skip to content

Commit 3422289

Browse files
authored
Update README.md (fix typo)
1 parent e8d0048 commit 3422289

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Signup to ScrapingBee to [get your API key](https://app.scrapingbee.com/account/
3333
# Block ads on the page you want to scrape
3434
'block_ads': False,
3535
# Block images and CSS on the page you want to scrape
36-
'block_ressources': True,
36+
'block_resources': True,
3737
# Premium proxy geolocation
3838
'country_code': '',
3939
# Control the device the request will be sent from
@@ -43,7 +43,7 @@ Signup to ScrapingBee to [get your API key](https://app.scrapingbee.com/account/
4343
# Wrap response in JSON
4444
'json_response': False,
4545
# Interact with the webpage you want to scrape
46-
'json_scenario': {
46+
'js_scenario': {
4747
"instructions": [
4848
{"wait_for": "#slow_button"},
4949
{"click": "#slow_button"},
@@ -140,4 +140,4 @@ The client includes a retry mechanism for 5XX responses.
140140
},
141141
retries=5
142142
)
143-
```
143+
```

0 commit comments

Comments
 (0)