From 36b246c400e59f115bf3d98ca0faa4f900c9d0f3 Mon Sep 17 00:00:00 2001 From: Jimmy Thomas Date: Tue, 6 Sep 2022 12:43:00 -0700 Subject: [PATCH] Quick update to Contributing page (#74) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 04f4d85..b980547 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,9 +5,9 @@ If you are looking to help to with a code contribution our project uses Typescript, Vue 3 and TailwindCSS. If you don't feel ready to make a code contribution yet, no problem! If you are interested in making a code contribution and would like to learn more about the technologies that we use, check out the list below. -- [React Course - Beginner's Tutorial for React JavaScript Library](https://www.youtube.com/watch?v=bMknfKXIFA8) +- [Vue Course - Intro to Vue 3](https://www.youtube.com/watch?v=bzlFvd0b65c) - [TypeScript Course](https://www.youtube.com/watch?v=BwuLxPH8IDs) -- [React + TypeScript](https://www.youtube.com/watch?v=jrKcJxF0lAU) +- [Vue + TypeScript](https://www.youtube.com/watch?v=J53niBev2f0) - [TailwindCSS](https://tailwindcss.com/) ## How do I make a contribution?