From 122cd5ed041c8c851a2ae3086b1bbfa4f0c74978 Mon Sep 17 00:00:00 2001 From: Rockingcool Date: Thu, 15 Aug 2024 11:38:00 -0500 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 973c6ce..5642052 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ccat is a file printing tool (like 'cat') which uses Regular Expressions to enab --- ### Features -- 11 colors oare defined out-of-the-box: RED, BLUE, GREEN, MAGENTA, CYAN, BLACK, WHITE, YELLOW, GRAY, ORANGE and DARKBLUE. +- 11 colors are defined out-of-the-box: RED, BLUE, GREEN, MAGENTA, CYAN, BLACK, WHITE, YELLOW, GRAY, ORANGE and DARKBLUE. - Support for defining custom colors via the `ccat.colors` file. - Regex-color mappings are stored in configuration files. - Uses the file extension to determine which configuration file to use.