Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Jan 28, 2013
1 parent 56ed6a5 commit 7b4cadb
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 @@ -126,7 +126,7 @@ promptly.confirm('Are you sure? ', function (err, value) {
### .choose(message, choices, opts, fn) ###

Ask the user to choose between multiple `choices` (array of choices).
Calls `fn` with `error` and `value` (true or false).
Calls `fn` with `error` and `value`.

Example usage:

Expand Down

0 comments on commit 7b4cadb

Please sign in to comment.