Skip to content

Commit 770e0a6

Browse files
committed
Fix CodeYourFuture#24. Wrong npm command
1 parent 760af25 commit 770e0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

week-1/9-git-branch/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can now switch between your `master` branch, where the links are blue, and y
4545
git checkout master
4646
```
4747

48-
Now look in your browser. Your links should be blue. _Hint: You may need to run your `npm start 9` command if you stopped it._
48+
Now look in your browser. Your links should be blue. _Hint: You may need to run your `npm run 9` command if you stopped it._
4949

5050
Use this command to switch to your `red_links` branch:
5151

0 commit comments

Comments
 (0)