Skip to content

Commit

Permalink
fix: Fix typo in README (#17)
Browse files Browse the repository at this point in the history
The `complete` method was spelled `compete`.
  • Loading branch information
Alex Sears authored and mattallty committed Mar 6, 2017
1 parent fba79bb commit f786ef5
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 @@ -553,7 +553,7 @@ prog.parse(process.argv);
// ./myapp walk
```

#### `.compete(completer) -> Command`
#### `.complete(completer) -> Command`

Define an auto-completion handler for the latest argument or option added to the command.

Expand Down

0 comments on commit f786ef5

Please sign in to comment.