Update README.md

This commit is contained in:
2025-02-01 23:57:30 +01:00
committed by GitHub
parent be487c2702
commit 415b9b6a9c

View File

@@ -10,7 +10,7 @@ Ends with `.mini` i.e. `config.mini`.
- 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 (sub-) sections use `key = value` syntax.
- Keys within (sub-) sections use `key = value` syntax and are seperated by new-lines.
- Key and (sub-) section names may only contain `a-z`, `A-Z`, `0-9`, and `_`.
- Values may never reach over multiple lines.
- Empty keys (i.e., keys without values) are not allowed.