Skip to content

Commit

Permalink
fixed typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dastrobu committed Dec 4, 2018
1 parent 5f291bc commit b51abd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ When it comes to handling commands, quickly things get complicated. For example
* Can commands be nested?
* If there exist commands, there should be also sub-commands and sub-sub-commands.

The good thing is, everything can be done with ArgTrtestCommandParsingee. However, it requires a bit of an understanding, how
The good thing is, everything can be done with ArgTree. However, it requires a bit of an understanding, how
the parsing works, since the order in which parses are added to the parse tree matters.
To support finding out the correct order, consider to switch on logging while parsing, see [Logging](#logging).

Expand Down

0 comments on commit b51abd1

Please sign in to comment.