Skip to content

Commit

Permalink
Fix wording in documentation (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtomat authored Feb 6, 2024
1 parent 48b4fdc commit 6b1ae97
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 @@ -237,7 +237,7 @@ Let's take a look at some examples to clarify the difference between these two m

### Example 1: Using the total crawl limit

The `setTotalCrawlLimit` method allows to limit the total number of URLs to crawl, no matter often you call the crawler.
The `setTotalCrawlLimit` method allows you to limit the total number of URLs to crawl, no matter how often you call the crawler.

```php
$queue = <your selection/implementation of a queue>;
Expand Down

0 comments on commit 6b1ae97

Please sign in to comment.