Update README.md

This commit is contained in:
2025-01-31 07:18:58 +01:00
committed by GitHub
parent 5526eb18a6
commit 621635f8c5

View File

@@ -14,7 +14,7 @@ Ends with `.mini` i.e. `config.mini`.
- Key and (sub-) section names may only contain `a-z`, `A-Z`, `0-9`, and `_`. - 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. - Empty keys (i.e., keys without values) are not allowed.
- Spaces are ignored as long as they don't split up names or values. - Spaces are ignored as long as they don't split up names or values.
- Empty lines are ignored - Empty lines are ignored.
- Comments are denoted by `#` and may only appear on separate lines. - Comments are denoted by `#` and may only appear on separate lines.
- Cases are sensitive, except where otherwise noted. - Cases are sensitive, except where otherwise noted.