From cc251e95a9f4aff80cfad59d379b605ef4ac7049 Mon Sep 17 00:00:00 2001 From: trick77 Date: Fri, 29 Dec 2023 18:11:33 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62d9f8b..0d7fd36 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Add or overwrite Observium settings in the `observium/.env` file using the `OBSE - Using a single underscore (`_`) will include an underscore in the key (e.g., `OBSERVIUM__enable_bgp=0`). - Using a double underscore (`__`) will add the value to an associative array with the given key. -- Using a double underscore with a number (`__0`) will add the value to an indexed/sequential array. +- Using a double underscore with a number (`__0`) will add the value to an indexed/sequential array at the indicated index. - Dashes cannot be used in environment variables. To represent a dash in the key, escape it using triple underscores (`___`). Refer to the example below: