From c24210a906cac0ad55199e1ac4ac862c8ece3aa8 Mon Sep 17 00:00:00 2001 From: Charles Blake Date: Fri, 7 Jul 2023 09:24:12 -0400 Subject: [PATCH] Be even more clear. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e9aefad..6eac2a5 100644 --- a/README.md +++ b/README.md @@ -101,9 +101,9 @@ output traits. To aid this use, `lc` users can configure file kinds to pair with picked poisons of output traits.[^1] This may sound daunting, but many highlighting systems follow this model - e.g. -a misspelled word bolded inside a source code comment. `lc` simply recognizes -the mathematical structure to try to enable smarter allocation/assignment over -more dimensions than (misspelling, comment) due to file kind diversity. +a misspelled word bolded inside an elsewise colorized source code comment. `lc` +simply recognizes this structure to try to enable smarter allocation/assignment +over more dimensions than (misspelling, comment) due to file kind diversity. Configurability ===============