From 61a604567dced3b4a00e142625139e37ce1df47d Mon Sep 17 00:00:00 2001 From: Ferdinand Kuhl Date: Thu, 28 Nov 2024 17:30:16 +0100 Subject: [PATCH] minor description improvement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b91cdcf..22bd216 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,4 @@ DigiComp: That would allow you to bypass the maintenance answer, if you had a cookie named 'name' with a value of 'value'. If you set 'value' to `null` only the name is matched. -You can extend the exception behavior, by implementing the `AllowModuleInterface` and add it to `DigiComp.FlowMaintenanceMode.allowModules`. This list handled by positional array sorter. You can use position keys to order them, or set their value to null to exclude them from being used. +You can extend the exception behavior, by implementing the `AllowModuleInterface` and add it to `DigiComp.FlowMaintenanceMode.allowModules`. This list is handled by `PositionalArraySorter`. You can use position keys to order them, or set their value to null to exclude them from being used.