Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Jan 15, 2018
1 parent cb14d95 commit 99e97ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The same **options** are available to **all functions** but with different defau

#### Validators

The validators have two purposes: to validate and to transform input.
The validators have two purposes: to check and transform input.

```js
(value) => {
Expand All @@ -113,7 +113,7 @@ The validators have two purposes: to validate and to transform input.

### .confirm(message, [options])

Ask the user for confirmation, printing the `message` and waiting for the input.
Ask the user for confirmation, printing the `message` and waiting for the input.
Returns a promise that resolves with the answer.

Truthy values are: `y`, `yes` and `1`. Falsy values are `n`, `no`, and `0`.
Expand Down

0 comments on commit 99e97ee

Please sign in to comment.