diff options
author | kmvanbrunt <kmvanbrunt@gmail.com> | 2018-10-26 14:31:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-26 14:31:43 -0400 |
commit | 62fdd7378f2051c3fb6c15ff8380403c8ae84c22 (patch) | |
tree | 1a7b71d5de6d5bbc768153eaa45b7c323c06a96d /README.md | |
parent | aac03fbb657adb3d454ef3b77494f7c287d200de (diff) | |
download | cmd2-git-62fdd7378f2051c3fb6c15ff8380403c8ae84c22.tar.gz |
Update README.md
Co-Authored-By: tleonhardt <todd.leonhardt@gmail.com>
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |