From 6b1ae973121a13dae0f2a7c8cbb3554838bef39f Mon Sep 17 00:00:00 2001 From: Adam Tomat Date: Tue, 6 Feb 2024 19:48:47 +0000 Subject: [PATCH] Fix wording in documentation (#460) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 818c071..69bd2fd 100644 --- a/README.md +++ b/README.md @@ -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 = ;