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') ```