From 8895ec800c0779120223d09df86d9173ca48ebf3 Mon Sep 17 00:00:00 2001 From: Kathy <65121394+kfahn22@users.noreply.github.com> Date: Sat, 11 Nov 2023 10:03:41 -0500 Subject: [PATCH] Update README.md Add links for videos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b6ce98..9735f70 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ This repository provides the source code used throughout the Discord bot tutoria Each episode builds ontop of the previous one. So if you've got questions on why some things are done the way they are in existing code, have a look at previous episodes! ## Video Tutorials -* 🚂 Workflow: Terminal, Shell, Installing Node, VS Code (Coming soon!) +* 🚂 [Workflow: Terminal, Shell, Installing Node, VS Code](https://thecodingtrain.com/tracks/discord-bots) * [Workflow Video Outline with resources and documentation](https://github.com/CodingTrain/Discord-Bot-Examples/wiki/Workflow:-Terminal,-Shell,-Node,-VSCode) -* 🚂 Creating a Node.js project (Coming soon!) +* 🚂 [How to Set Up a Node.js project](https://thecodingtrain.com/tracks/discord-bots/discord/setup-node-project) * 🚂 Coding your first Discord.js bot (Coming soon!) ## Additional resources