Update README.rst

This commit is contained in:
2017-01-23 17:57:03 -05:00
committed by GitHub
parent e5a9dd0b8b
commit a682a320da
+1 -1
View File
@@ -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.