Update README.md

This commit is contained in:
2025-01-31 05:25:41 +01:00
committed by GitHub
parent 6b9a18078b
commit e80f7c4246

View File

@@ -12,7 +12,7 @@ Ends with `.mini` i.e. `config.mini`.
- All (sub-) sections must be explicitly defined before use. - All (sub-) sections must be explicitly defined before use.
- (Sub-) sections can be empty. - (Sub-) sections can be empty.
- Keys within sections or subsections use `key = value` syntax. - 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. - Empty keys (i.e., keys without values) are not allowed.
- Spaces outside of strings are ignored. - Spaces outside of strings are ignored.
- Comments are denoted by `#` and may only appear on separate lines. - Comments are denoted by `#` and may only appear on separate lines.