From e80f7c424607d91352b45bdb28bccf73d5224789 Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Fri, 31 Jan 2025 05:25:41 +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 1ab1ff7..c01ef1a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Ends with `.mini` i.e. `config.mini`. - All (sub-) sections must be explicitly defined before use. - (Sub-) sections can be empty. - Keys within sections or subsections use `key = value` syntax. -- Key- and section-names may only contain `a-z`, `A-Z`, and `0-9`. +- Key- and section-names may only contain `a-z`, `A-Z`, `0-9`, and `_`. - Empty keys (i.e., keys without values) are not allowed. - Spaces outside of strings are ignored. - Comments are denoted by `#` and may only appear on separate lines.