From 2ae8b732b197060acb8c210c41e0e9c89d0bc05b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Olivera?= Date: Sun, 27 May 2018 10:56:19 -0300 Subject: [PATCH] Add inquirer-prompt-suggest plugin to README (#679) Hello! I made this plugin prompt and I'd like to add it to the README. It's an input prompt with input suggestions. ![Preview](https://user-images.githubusercontent.com/5600126/40391192-d4f3d6d0-5ded-11e8-932f-4b75b642c09e.gif) Thanks! --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 293bbcf80..ec987bb6a 100644 --- a/README.md +++ b/README.md @@ -395,3 +395,8 @@ Prompt for input chalk-pipe style strings
[__inquirer-search-checkbox__](https://github.com/clinyong/inquirer-search-checkbox)
Searchable Inquirer checkbox
+ +[__inquirer-prompt-suggest__](https://github.com/olistic/inquirer-prompt-suggest)
+Inquirer prompt for your less creative users. + +![inquirer-prompt-suggest](https://user-images.githubusercontent.com/5600126/40391192-d4f3d6d0-5ded-11e8-932f-4b75b642c09e.gif)