From cbbf2d6b43ff42b260ec6349e1e764a50756289c Mon Sep 17 00:00:00 2001 From: David Claeys Date: Wed, 10 Jul 2024 11:31:48 +0200 Subject: [PATCH] modify readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efbd5af..6b3b682 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You can do this by creating a mapping in the `/config` folder. | Variable | Description | Default | |-------------------------------|----------------------------------------------------------------------------|------------------| -| CRON_SCHEDULE | CRON expression describing the recurrence for epg retrieval. | 0 0,12 * * * | +| CRON_SCHEDULE | CRON expression describing the recurrence for epg retrieval. | `0 0,12 * * *` | | DAYS | Describes the desired amount of days in the future for for epg retrieval. | 14 | | MAX_CONNECTIONS | The maximum amount of parallel connections that can be established | 10 |