From 0857eebc10dbe580996f0b62fae883390604f47d Mon Sep 17 00:00:00 2001 From: Robert Sese <734194+rsese@users.noreply.github.com> Date: Thu, 23 Feb 2023 19:05:10 -0600 Subject: [PATCH] branch off of main in step 2 (#38) * branch off of main in step 2 be more explicit that you should branch off of `main` in step 2, otherwise we won't update STEP correctly * stray character :axe: --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec6e788..ec45d14 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Releases are usually made of many smaller changes. Let's pretend we don't know a ### :keyboard: Activity: Update `base.css` -1. Create a new branch and change the `body` CSS declaration in `base.css` to match what is below. This will set the page background to black +1. Create a new branch off of the `main` branch and change the `body` CSS declaration in `base.css` to match what is below. This will set the page background to black ``` body { background-color: black;