summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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).