m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-17 09:33:38 -05:00

docs: fix incorrect cron schedule example

This commit is contained in:
Sergio
2025-03-15 12:15:51 +02:00
parent 9f142ab81c
commit 54e1998032

View File

@@ -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
}
```