From 75d1f2f3822eb1ed424ceb82b692c0decdd999b4 Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Fri, 31 Jan 2025 05:47:30 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c01ef1a..4b21fc8 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,14 @@ Ends with `.mini` i.e. `config.mini`. - Sections are denoted by square brackets (`[Section]`). - Subsections are nested within sections using dot notation (`[Section.Subsection]`). -- All (sub-) sections must be explicitly defined before use. +- All (sub-) sections must be explicitly defined before used elsewhere. +- All (sub-) sections may only be defined once. - (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`, `0-9`, and `_`. +- Keys within (sub-) sections use `key = value` syntax. +- Key and (sub-) 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. +- Empty lines may be ignored - Comments are denoted by `#` and may only appear on separate lines. ## Supported Data Types