From 415b9b6a9c5979220e1344dae472ca50cdefc705 Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Sat, 1 Feb 2025 23:57:30 +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 e42528b..fb826ae 100644 --- a/README.md +++ b/README.md @@ -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.