Clarified that refresh interval must be positive and non-zero
This commit is contained in:
parent
d343be7253
commit
7929209eed
|
@ -58,7 +58,7 @@ Note: These patterns require sequentially-numbered files matching the following
|
|||
|
||||
## Refresh
|
||||
|
||||
If a non-zero `refresh=<integer><unit>` query parameter is provided, the page will reload after that interval.
|
||||
If a positive-value `refresh=<integer><unit>` query parameter is provided, the page will reload after that interval.
|
||||
|
||||
This can be used to generate a sort of slideshow of images.
|
||||
|
||||
|
|
Loading…
Reference in New Issue