From 5da734e06d423022d97aa37d325db5383ab1e7da Mon Sep 17 00:00:00 2001 From: Rockingcool Date: Wed, 14 Aug 2024 12:21:21 -0500 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89eb0df..2d85a4e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ As written above, if provided a file with extension `.example`, the program will The config files are written in YAML, and have the following syntax: -`"": COLOR"` +`"": COLOR` Note that the regex must be enclosed in double quotes, and the color must be capitalized.