From e22cfe374b3044b5b12a1d6f3d05c98f6e78a84e Mon Sep 17 00:00:00 2001 From: Mark Johnson Date: Mon, 8 Apr 2019 17:15:58 +0100 Subject: [PATCH] Fix typo in README (#121) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d53c76..f74b3b0 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ This will load the site shown below. ### 4. Lesson Structure -1. Demos will either be via CodePen (Steps 1,2 and 3) or done in the step folder. Follow the step README to walkthrough the demo. +1. Demos will either be via CodePen (Steps 1, 2 and 3) or done in the step folder. Follow the step README to walkthrough the demo. 2. Much like demos, exercises are done via CodePen or in the project step folders. These exercises will give you an opportunity to try what was demonstrated in the first step.