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 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):