From 51eecbc44ad1603f540f2dc14dbb23ed3ddd418e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Jan 2017 17:52:22 -0500 Subject: [PATCH] Update README.rst --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index e5168cd..a4f8300 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,8 @@ 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``. +Arguments in include `always=True` and `bold=True`. + Features --------