From f50e86ee3611d60510e307993d3a4d35c2e220f5 Mon Sep 17 00:00:00 2001 From: Micah Godbolt Date: Fri, 1 Mar 2019 11:23:27 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cd3158..d4671b0 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Day one is going to cover the basics of HTML, CSS and JavaScript, as well as an The format of this day is the following: 1. I will walk through some demo code to teach some core concepts about the topic. Don't worry about writing code at this point. Just follow along via the readme's listed below. -2. In the excercise portion return to VS Code and open the 'demo' folder for the given exercise. +2. In the excercise portion return to VS Code and open the 'exercise' folder for the given exercise. The demo folder will include a README file with directions and a link to the demo page. 1. [Introduction to HTML, CSS and JavaScript](step1-01) - [HTML Demo](step1-01/html-demo)