summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkmvanbrunt <kmvanbrunt@gmail.com>2018-10-26 14:31:43 -0400
committerGitHub <noreply@github.com>2018-10-26 14:31:43 -0400
commit62fdd7378f2051c3fb6c15ff8380403c8ae84c22 (patch)
tree1a7b71d5de6d5bbc768153eaa45b7c323c06a96d /README.md
parentaac03fbb657adb3d454ef3b77494f7c287d200de (diff)
downloadcmd2-git-62fdd7378f2051c3fb6c15ff8380403c8ae84c22.tar.gz
Update README.md
Co-Authored-By: tleonhardt <todd.leonhardt@gmail.com>
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 d77af3f9..40c58363 100755
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ Feature Overview
Instructions for implementing each feature follow.
- Extension of the `cmd` module. So capabilities provided by `cmd` still exist
- - Your applicaiton inherits from `cmd2.Cmd`, lets say you call this class `MyApp`
+ - Your applicaiton inherits from `cmd2.Cmd`, let's say you call this class `MyApp`
```Python
import cmd2
class MyApp(cmd2.Cmd):