diff --git a/docs/src/content/docs/configuration/automatic-refresh.mdx b/docs/src/content/docs/configuration/automatic-refresh.mdx index b6efc35..b510300 100644 --- a/docs/src/content/docs/configuration/automatic-refresh.mdx +++ b/docs/src/content/docs/configuration/automatic-refresh.mdx @@ -4,7 +4,7 @@ Cup can automatically refresh the results when running in server mode. Simply ad ```jsonc { - "refresh_interval": "0 0,30 * 0 0" // Check twice an hour + "refresh_interval": "0 0,30 * * * *" // Check twice an hour // Other options } ```