Skip to content

Commit 62fdd73

Browse files
Update README.md
Co-Authored-By: tleonhardt <[email protected]>
1 parent aac03fb commit 62fdd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Feature Overview
7878
Instructions for implementing each feature follow.
7979

8080
- Extension of the `cmd` module. So capabilities provided by `cmd` still exist
81-
- Your applicaiton inherits from `cmd2.Cmd`, lets say you call this class `MyApp`
81+
- Your applicaiton inherits from `cmd2.Cmd`, let's say you call this class `MyApp`
8282
```Python
8383
import cmd2
8484
class MyApp(cmd2.Cmd):

0 commit comments

Comments
 (0)