From d2c6e40ac77bdd4dd2de951ff6f6bc148780aa77 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Thu, 28 Mar 2024 17:42:24 +0300 Subject: [PATCH] --amend --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75697f1..50dcd38 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ wget https://git.a2s.su/iiiypuk/colors.sh/raw/branch/main/colors.sh source colors.sh # with colors.sh sourced, you can use the constants -echo "This is ${RED}red text${NC}" +echo -e "This is ${RED}red text${NC}" ``` ## License