Skip to content

Commit 1cfd17d

Browse files
authored
Update README.md
1 parent a7ec239 commit 1cfd17d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ NPM 5 or above has the big advantage that if you use it you will be installing t
4747

4848
This should take a couple of minutes. If there are issues, please post the complete error message in the Questions section of the course.
4949

50-
# To Run the Development Backend Server
50+
# Running the Development Backend Server
5151

5252
We can start the sample application backend with the following command:
5353

5454
npm run server
5555

5656
This is a small Node REST API server.
5757

58-
# To run the Development UI Server
58+
# Running the Development UI Server
5959

6060
To run the frontend part of our code, we will use the Angular CLI:
6161

@@ -97,11 +97,11 @@ At certain points along the course, you will be asked to checkout other remote b
9797

9898
git branch -a
9999

100-
The remote branches have their starting in origin, such as for example section-1.
100+
The remote branches have their starting in origin, such as for example 1-notifications.
101101

102102
We can checkout the remote branch and start tracking it with a local branch that has the same name, by using the following command:
103103

104-
git checkout -b section-1 origin/section-1
104+
git checkout -b 1-notifications origin/1-notifications
105105

106106
It's also possible to download a ZIP file for a given branch, using the branch dropdown on this page on the top left, and then selecting the Clone or Download / Download as ZIP button.
107107

0 commit comments

Comments
 (0)