From f735f946d076d1d65288247e7ddd1a4a4b0fe1df Mon Sep 17 00:00:00 2001 From: DCodeAus <> Date: Sun, 9 Oct 2022 19:02:34 +1100 Subject: [PATCH] Updated formatting for links --- .../1-Beginner/Ticket-Request-Processor-to-JSON.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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