From 20127ae5090feab25aacb08ef161d8be78c70f43 Mon Sep 17 00:00:00 2001 From: Cody Loyd Date: Tue, 24 Aug 2021 12:26:24 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12f94e4..80a9bf6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ These exercises should be done when instructed during the course of the curricul 1. Copy this repository. Copies of repositories on your machine are called clones. If you need help cloning you can learn how [here](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository). 2. Go to an exercise directory and open the HTML file in your browser. You can either open the file directly, or use something like VSCode's live-server. -3. View the README, and edit the CSS file to make the output in your browser look like the images provided. +3. For each exercise, view the README, and edit the CSS file to make the output in your browser look like the images provided. 4. Each README has a "Self Check" list. Use this to make sure you haven't missed any important details in your implementation. 5. Don't check the solutions until you're done!