Skip to content

Commit

Permalink
Fixed deprecated documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
memothelemo authored and abetomo committed Aug 14, 2021
1 parent 78e335f commit 3a0ef21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deprecated.md
Expand Up @@ -39,7 +39,7 @@ The global Command object is exported as `program` from Commander v5, or import
const { program } = require('commander');
// or
const { Command } = require('commander');
comnst program = new Command()
const program = new Command()
```

- Removed from README in Commander v5.
Expand Down

0 comments on commit 3a0ef21

Please sign in to comment.