Skip to content

Commit 2471e53

Browse files
Fix branch reference (#567)
1 parent 5722856 commit 2471e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEVELOPING_TUTORIALS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ $ cd protoschool.github.io
102102

103103
3. Check out the appropriate branch:
104104

105-
If creating a new tutorial, create a new branch before making any changes, starting with our current website code (the `code` branch):
105+
If creating a new tutorial, create a new branch before making any changes, starting with our current website code (the `main` branch):
106106

107107
```sh
108-
$ git checkout code
108+
$ git checkout main
109109
$ git checkout -b new-branch-name
110110
```
111111
If proofing a PR for someone else, check out their branch (you'll see its name listed in the PR):

0 commit comments

Comments
 (0)