From b7447a8cf097a8c157fde0e6508b2528325a9410 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Wed, 24 May 2023 21:21:29 +0800 Subject: [PATCH] Fix demo command (#1236) * Fix demo command * Update packages/prompts/README.md --------- Co-authored-by: Simon Boudrias --- packages/prompts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/prompts/README.md b/packages/prompts/README.md index daa381469..f7924d138 100644 --- a/packages/prompts/README.md +++ b/packages/prompts/README.md @@ -12,7 +12,7 @@ A collection of common interactive command line user interfaces. Give it a try in your own terminal! ```sh -npx inquirer-demo --package=@inquirer/demo +npx @inquirer/demo@latest ``` # Installation