Skip to content

Commit

Permalink
Typo fix (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel authored and freekmurze committed Apr 28, 2019
1 parent 5797619 commit e991498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Crawler::create()

## Add a delay between requests

In some cases you might get rate-limited when crawling too agressively. To circumvent this, you can use the `setDelayBetweenRequests()` method to add a pauze between every request. This value is expressed in miliseconds.
In some cases you might get rate-limited when crawling too agressively. To circumvent this, you can use the `setDelayBetweenRequests()` method to add a pause between every request. This value is expressed in miliseconds.

```php
Crawler::create()
Expand Down

0 comments on commit e991498

Please sign in to comment.