From 94ce7067a2638cfabe12dca564dc49b6f097e5ec Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 18 Nov 2022 20:48:58 +0300 Subject: [PATCH] Add a bg examples --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88e02aa..908d1ad 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ An easier way to print colored text to the terminal. import color color.red.cprintln('Hello World') +color.cyan.cprintln_bg('Hello World') color.bold.cprintln('Hello World') ```