Skip to content

Commit bdb27eb

Browse files
committed
replace PM with TL
1 parent bc4a039 commit bdb27eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ With some basic JavaScript principles in hand, we can now expand our skills out
88
**Follow these steps to set up and work on your project:**
99

1010
* [ ] 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.
1212
* [ ] Clone your OWN version of the repository (Not Lambda's by mistake!).
1313
* [ ] Create a new branch: git checkout -b `<firstName-lastName>`.
1414
* [ ] 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
1717
**Follow these steps for completing your project.**
1818

1919
* [ ] 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.
2222

2323
## Task 2: Higher Order Functions and Callbacks
2424

0 commit comments

Comments
 (0)