summaryrefslogtreecommitdiff
path: root/docs/overview/summary.rst
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2019-07-06 11:36:24 -0600
committerkotfu <kotfu@kotfu.net>2019-07-06 11:36:24 -0600
commit52a670483e2ea010c56debb4c1ad51c9fda05e46 (patch)
tree7a14ba083b1cb36fcef465a2ad1c5d068b63451b /docs/overview/summary.rst
parenta19f5274325e9dd3f3f578f7a3e26b922e8f7ecd (diff)
downloadcmd2-git-52a670483e2ea010c56debb4c1ad51c9fda05e46.tar.gz
Add content for how to integrate cmd2 into your project
Diffstat (limited to 'docs/overview/summary.rst')
-rw-r--r--docs/overview/summary.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/overview/summary.rst b/docs/overview/summary.rst
index d6d7abb6..17d4732d 100644
--- a/docs/overview/summary.rst
+++ b/docs/overview/summary.rst
@@ -8,8 +8,8 @@ application?
Already built an application that uses cmd_ from the python standard library and
want to add more functionality with very little work?
-``cmd2`` is a powerful python library for built command line applications. Start
-here to find out if this library is a good fit for your needs.
+``cmd2`` is a powerful python library for building command line applications.
+Start here to find out if this library is a good fit for your needs.
* :ref:`overview/featuretour:Feature Highlights` - a quick tour of a few of the
features in ``cmd2``, for both developers and users