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:
@@ -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
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user