Skip to content

Commit

Permalink
Fix typos Fix #348
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Apr 16, 2016
1 parent bc3ceae commit 5ef4e0a
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 @@ -19,7 +19,7 @@ A collection of common interactive command line user interfaces.
- *validating* answers
- managing *hierarchical prompts*

> **Note:** **`Inquirer.js`** provides the user interface, and the inquiry session flow. If you're searching for a full blown command line program utility, then check out [Commander.js](https://github.com/visionmedia/commander.js) or [Vorpal.js](https://github.com/dthree/vorpal).
> **Note:** **`Inquirer.js`** provides the user interface and the inquiry session flow. If you're searching for a full blown command line program utility, then check out [Commander.js](https://github.com/visionmedia/commander.js) or [Vorpal.js](https://github.com/dthree/vorpal).

## Documentation
Expand All @@ -39,7 +39,7 @@ inquirer.prompt([/* Pass your questions in here */]).then(function (answers) {


### Examples (Run it and see it)
Checkout the `examples/` folder for code and interface examples.
Check out the `examples/` folder for code and interface examples.

``` shell
node examples/pizza.js
Expand Down

0 comments on commit 5ef4e0a

Please sign in to comment.