Skip to content

Commit

Permalink
fix a couple more typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Feb 13, 2016
1 parent 3543a79 commit 7de25f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ var argv = require('yargs')
```

.command(cmd, desc, [builder], [handler])
-------------------
.command(cmd, desc, [module])
-------------------

Expand All @@ -463,7 +464,7 @@ values stored in `argv._`). Set `desc` to `false` to create a hidden command.
Hidden commands don't show up in the help output and aren't available for
completion.

Optionally, you can provide a `builder` object to provide hints about the
Optionally, you can provide a `builder` object to give hints about the
options that your command accepts:

```js
Expand Down

0 comments on commit 7de25f8

Please sign in to comment.