From 12b1343bd4febb95521b6ab20ec7b5999e9b57b2 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Fri, 4 Oct 2024 17:01:13 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a53637..5d0f118 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ You can do this by creating a mapping in the `/config` folder. | 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 | -| ENABLE_FIXES | Some fixes to providers take a long time to be merged into the main branch.
When this option is enabled some of these fixes will also be included.
The source code for these fixes can be seen under the `fixes` folder.
Recreate the container when changing this variable in order to take effect | FALSE | +| ENABLE_FIXES | Some fixes to providers take a long time to be merged into the main branch.
When this option is enabled some of these fixes will also be included.
The source code for these fixes can be seen under the `fixes` folder.
Recreate the container when changing this variable in order for it to take effect | false | ### Compose file