summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-07-01 14:11:38 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-07-01 14:11:38 -0400
commitf2f91230b23cbed8f636e663e29e6bb4b1dbe9ee (patch)
treee3c0c9a3a596b1144daf31500ecbdb2f2623e847 /README.md
parent0b6edb1663ba20ece40f8dbba491f6e28911b183 (diff)
downloadcmd2-git-f2f91230b23cbed8f636e663e29e6bb4b1dbe9ee.tar.gz
Added more unit tests for the cmd2.Cmd.select() method
Also - Moved the existing tests for select to a more appropriate location - Minor tweak to working in README for readability
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1642b4b5..f047cba1 100755
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ cmd2
[![codecov](https://codecov.io/gh/python-cmd2/cmd2/branch/master/graph/badge.svg)](https://codecov.io/gh/python-cmd2/cmd2)
[![License](https://img.shields.io/pypi/l/cmd2.svg)](https://pypi.python.org/pypi/cmd2/)
-cmd2 is a tool for writing command-line interactive applications for Python 2.7 and Python 3.3+. It is based on the
+cmd2 is a tool for writing interactive command-line applications for Python 2.7 and Python 3.3+. It is based on the
Python Standard Library's [cmd](https://docs.python.org/3/library/cmd.html) module, and can be used any place cmd is used simply by importing cmd2 instead. It is
pure Python code with the only 3rd-party dependencies being on [six](https://pypi.python.org/pypi/six), [pyparsing](http://pyparsing.wikispaces.com),
and [pyperclip](https://github.com/asweigart/pyperclip).