From aee5d42d70114582a44c02312e06e56e37545396 Mon Sep 17 00:00:00 2001 From: Nicolas Hoizey Date: Thu, 5 Sep 2024 18:08:10 +0200 Subject: [PATCH] Fix doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I think the options were too similar (identical 😅) to show the impact on CDN. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 484174e..fb6f434 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,4 @@ Number of seconds to wait before the request times out. We will attempt to simul #### Combine these options -You can use any of these advanced options together, like `/:url/_wait:0_timeout:2/`. Order only matters to the uniqueness of the URL caching on the CDN: `/:url/_wait:0/` and `/:url/_wait:0/` will be functionally equivalent but make two different screenshot requests. +You can use any of these advanced options together, like `/:url/_wait:0_timeout:2/`. Order only matters to the uniqueness of the URL caching on the CDN: `/:url/_wait:0_timeout:2/` and `/:url/_timeout:2_wait:0/` will be functionally equivalent but make two different screenshot requests.