Skip to content

Commit

Permalink
Fix typo in usage example (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycmjason committed Jul 15, 2021
1 parent 83a09aa commit d66fddc
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 @@ -221,7 +221,7 @@ __Caution: Explicitly specifying `undefined` for `booleanDefault` has different
Example:

```js
const meow from 'meow';
import meow from 'meow';

const cli = meow(`
Usage
Expand Down

0 comments on commit d66fddc

Please sign in to comment.