From 8310c9541d755ecba5841b557e5842a7eb232164 Mon Sep 17 00:00:00 2001 From: Ivan Pirog Date: Wed, 23 Mar 2022 00:09:34 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf7aced..eaad757 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Style of any part of text output is represented by a sum of predefined constants ```go Headings: cc.HiYellow + cc.Bold + cc.Underline +Commands: cc.Red + cc.Bold ExecName: cc.Bold // equals cc.White + cc.Bold Example: cc.Underline // equals cc.White + cc.Underline ```