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;