From 5c72a81508aeabfb40213f980f3ac145dec93073 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Jan 2017 17:52:34 -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 a4f8300..b5466ae 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,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``. -Arguments in include `always=True` and `bold=True`. +Arguments in include ``always=True`` and ``bold=True``. Features --------