Skip to content

Commit

Permalink
branch off of main in step 2 (#38)
Browse files Browse the repository at this point in the history
* 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 🪓
  • Loading branch information
rsese authored Feb 24, 2023
1 parent 3977cc6 commit 0857eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0857eeb

Please sign in to comment.