From 26e0e829ab698287a9db5d2dc8687376b7684e07 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Sat, 31 Jul 2021 16:44:46 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index beb67f9..902c636 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Web Development Crash Course: Building a Message Board Over the course of several videos, we'll be building an authenticated message board from scratch with -Express, Handlebars, and SQLite. This series is aimed at people who are familiar with programming but new to web development +Express, Handlebars, and SQLite. This series is aimed at people who are familiar with programming but new to web development. + +This series is based on a lecture I've given several times, including at Sunhacks 2020 and in Justin Selgrad's CPI310 class. [Youtube playlist](https://www.youtube.com/playlist?list=PLo3AfLl5F0ZbTS8HrKhKy27bdcLIeLTYr)