File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ With some basic JavaScript principles in hand, we can now expand our skills out
8
8
** Follow these steps to set up and work on your project:**
9
9
10
10
* [ ] Create a forked copy of this project.
11
- * [ ] Add your project manager as collaborator on Github.
11
+ * [ ] Add your team lead as collaborator on Github.
12
12
* [ ] Clone your OWN version of the repository (Not Lambda's by mistake!).
13
13
* [ ] Create a new branch: git checkout -b ` <firstName-lastName> ` .
14
14
* [ ] Implement the project on your newly created ` <firstName-lastName> ` branch, committing changes regularly.
@@ -17,8 +17,8 @@ With some basic JavaScript principles in hand, we can now expand our skills out
17
17
** Follow these steps for completing your project.**
18
18
19
19
* [ ] Submit a Pull-Request to merge <firstName-lastName > Branch into master (student's Repo). ** Please don't merge your own pull request**
20
- * [ ] Add your project manager as a reviewer on the pull-request
21
- * [ ] Your project manager will count the project as complete by merging the branch back into master.
20
+ * [ ] Add your team lead as a reviewer on the pull-request
21
+ * [ ] Your team lead will count the project as complete by merging the branch back into master.
22
22
23
23
## Task 2: Higher Order Functions and Callbacks
24
24
You can’t perform that action at this time.
0 commit comments