summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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, ``/``.