From 1e8179c47a39f59679f9ff357278e6999876c273 Mon Sep 17 00:00:00 2001 From: Adam Harris Date: Fri, 6 Nov 2015 15:45:49 -0700 Subject: [PATCH] Fix inquirer url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53d4a23..0973c90 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ 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/dthree/vorpal) - A collection of common interactive command line user interfaces like checkboxes, radio buttons etc. with a simple but powerful API. +- [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. ### Node Command-line utilities