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.