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 ```