From 5f846fae35014c19a775f27449f1e34629b7e184 Mon Sep 17 00:00:00 2001 From: dc Date: Sat, 26 Dec 2015 13:09:26 -0800 Subject: [PATCH] Fixed capitalization of Inquirer.js @sboudrias prefers to call it Inquirer instead of inquirer, so I updated this. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c50c17..9be42a9 100644 --- a/README.md +++ b/README.md @@ -202,8 +202,8 @@ Some fine resources to write your own CLI App. ### Node frameworks and packages - [meow](https://github.com/sindresorhus/meow) - The most simple way to write small CLI modules including argument parsing. -- [inquirer](https://github.com/SBoudrias/Inquirer.js) - A collection of common interactive command line user interfaces like checkboxes, radio buttons etc. with a simple but powerful API. -- [Vorpal](https://github.com/dthree/vorpal) - Complete solution for creating interactive apps. Includes UI features from inquirer. +- [Inquirer](https://github.com/SBoudrias/Inquirer.js) - A collection of common interactive command line user interfaces like checkboxes, radio buttons etc. with a simple but powerful API. +- [Vorpal](https://github.com/dthree/vorpal) - Complete solution for creating interactive apps. Includes UI features from [Inquirer.](https://github.com/SBoudrias/Inquirer.js). ### Node Command-line utilities