From a682a320daeb52b296d5bafc18d720b03aafb64d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Jan 2017 17:57:03 -0500 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f663191..511232a 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Crayons: Text UI colors for Python. =================================== This module is really simple, it gives you colored strings for terminal -usage. Included colors are ``red``, ``green``, ``yellow``, ``blue``, ``black``, ``magenta``, ``cyan``, ``white``, ``clean``, and ``disable``. +usage. Included colors are ``red``, ``green``, ``yellow``, ``blue``, ``black``, ``magenta``, ``cyan``, and ``white``, ( as well as ``clean`` and ``disable``). **Crayons** is nice because it automatically wraps a given string in both the foreground color, as well as returning to the original state after the string is complete. Most terminal color libraries make you manage this yourself.