diff --git a/Projects/1-Beginner/Ticket-Request-Processor-to-JSON.md b/Projects/1-Beginner/Ticket-Request-Processor-to-JSON.md index 567d8ca6..53f262c3 100644 --- a/Projects/1-Beginner/Ticket-Request-Processor-to-JSON.md +++ b/Projects/1-Beginner/Ticket-Request-Processor-to-JSON.md @@ -38,10 +38,13 @@ And will need to install yargs: npm install --save yargs ## Useful links and resources -https://docs.npmjs.com/cli/v6/commands/npm-install -https://www.npmjs.com/package/inquirer -https://yargs.js.org/ +- [NPM Install](https://docs.npmjs.com/cli/v6/commands/npm-install) +- [NPM Inquirer](https://www.npmjs.com/package/inquirer) +- [Yargs JS Dev Page](https://yargs.js.org/) ## Example projects -https://github.com/DCodeAus/YargsProject +- [YARGS Project](https://github.com/DCodeAus/YargsProject/) + + +- [BHMBS - JS-Neumorphic-Calculator](https://barhouum7.github.io/JS-Neumorphic-Calc.github.io/) \ No newline at end of file