From 31fb0f8945eaf92e15f6e62b0671370a9578709e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sun, 3 Nov 2024 23:17:27 +0300 Subject: [PATCH] Fix the spacing issue in config in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20b1d4cb3..509b889fe 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ The file format is documented below as an example: ```ini # The syntax is "key = value". The whitespace around the equals doesn't matter. background = 282c34 -foreground= ffffff +foreground = ffffff # Comments start with a `#` and are only valid on their own line. # Blank lines are ignored!