Skip to content

Commit a902c78

Browse files
author
Anita
committed
Merge pull request node-girls#13 from node-girls/instructions
fixes typo, adds "git merge" to bash block
2 parents 75cb7a6 + 3549486 commit a902c78

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ This is often referred to as a **content management system** (CMS).
88
At the start of each step, you will need to 'checkout' to a new branch on Git.
99
At the top of your instructions you'll see something like this:
1010

11-
```
11+
```bash
1212
git checkout [name of a particular branch]
13+
git merge [name of previous branch]
1314
```
1415

1516
Make sure to checkout to the relevant branch before continuing.
@@ -29,4 +30,4 @@ Your mentor is there to help you. Don't let them die of boredom - talk to them
2930
* [Step 8 - get ready for the cms project](step8.md)
3031
* [Step 9 - build the CMS](step9.md)
3132
* [Step 10 - save your blog posts](step10.md)
32-
* [strech - stretch goals](stretch.md)
33+
* [stretch - stretch goals](stretch.md)

0 commit comments

Comments
 (0)