From 2da2e0e4ab5424a18ac4d052d9f7d56128b310c6 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Fri, 4 Oct 2024 17:13:48 +0200 Subject: [PATCH] edit readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96e4e28..7d6ae79 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Through the `ENABLE_FIXES` variable custom provider fixes can be applied to the By default some fixes are available. If you have suggestions or a problem with them please submit an issue. If for some reason you want to include your own provider fixes this is possible by creation a mapping in the `/fixes` folder.
The expected structure is */fixes/`provider_name`/`provider_name`.config.js*.
-It is recommended that existing provider code as a base for your customisations. +It is recommended that you take existing provider code as a base for your customisations. ### Environment Variables