From 0823f86b5b4585493d98767e16afaae404c2eb20 Mon Sep 17 00:00:00 2001 From: SheepDogg586 <109840369+SheepDogg586@users.noreply.github.com> Date: Wed, 23 Nov 2022 17:19:29 -0500 Subject: [PATCH] Update README.md Added periods to the end of lines 78 and 79. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5bc2c4f..732a3825 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,8 @@ Note: The exercises have automatic grading but its very rigid and strict, my rec Each exercise is a small react application containing the following files: -1. **index.html:** all websites and exercises start from the index.html -2. **styles.css:** your CSS code goes here, some exercises will make you update this file +1. **index.html:** all websites and exercises start from the index.html. +2. **styles.css:** your CSS code goes here, some exercises will make you update this file. 3. **README.md:** contains exercise instructions. 4. **test.js:** you don't have to open this file, it contains the testing script for the exercise.