From 6175615e71c049848f1b0f839ba777815938a1a2 Mon Sep 17 00:00:00 2001 From: Hardik Pawar Date: Sat, 8 Apr 2023 11:41:31 +0530 Subject: [PATCH] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ffa1082..5104525 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # JavaScript Millionaire CLI Tool -A super fancy CLI tool. - -Watch the full [Node.js CLI Tutorial](https://youtu.be/_oHByo8tiEY) video on YouTube. - +A super fancy CLI tool. +Watch the full [Node.js CLI Tutorial](https://youtu.be/_oHByo8tiEY) video on YouTube. ## Take the Quiz @@ -14,14 +12,13 @@ npx firequiz ## Packages Used -[chalk](https://github.com/chalk/chalk) | +[chalk](https://github.com/chalk/chalk) | [inquirer](https://github.com/SBoudrias/Inquirer.js) | [gradient-string](https://github.com/bokub/gradient-string) | [chalk-animation](https://github.com/bokub/chalk-animation) | [figlet](https://github.com/patorjk/figlet.js) | [nanospinner](https://github.com/usmanyunusov/nanospinner) - ```sh npm i chalk chalk-animation figlet gradient-string inquirer nanospinner ```