summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-03-16 23:49:36 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-03-16 23:49:36 -0400
commit4ee2ad821ab8537cfa864297c91c7f5f16b13bfe (patch)
tree1e38f6153349dacb0aee4d652906fd029600ec96 /README.rst
parent91cc19ca5d95aaa6ef2188c226c9cbcf8b19537f (diff)
downloadcmd2-git-4ee2ad821ab8537cfa864297c91c7f5f16b13bfe.tar.gz
Attempt at fixing the end of README.rst
Diffstat (limited to 'README.rst')
-rwxr-xr-xREADME.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 2d7c805b..a9616eda 100755
--- a/README.rst
+++ b/README.rst
@@ -248,6 +248,7 @@ example/exampleSession.txt::
---> say goodbye
goodbye
-Note how a regular expression ``/True|False/`` is used near the end for output of the **show color** command since
+
+Note how a regular expression ``/(True|False)/`` is used near the end for output of the **show color** command since
colored text is currently not available for cmd2 on Windows. Regular expressions can be used anywhere within a
transcript file simply by embedding them within two forward slashes, ``/``.