diff --git a/README.md b/README.md index b3dd1de6d..728b15fbe 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ The requirements are listed under the _Minimum Viable Product_ section below. Follow these steps to setup your git _fork_ and _branch_. -- [ ] Fork this repository. -- [ ] Use GitHub's website to add your project manager as collaborator on **your fork**. -- [ ] **Clone your forked version** of the repository (**Not Lambda's**!). -- [ ] Create a new branch: `git checkout -b `. -- [ ] Commit changes to your `` branch. +- [X] Fork this repository. +- [X] Use GitHub's website to add your project manager as collaborator on **your fork**. +- [X] **Clone your forked version** of the repository (**Not Lambda's**!). +- [X] Create a new branch: `git checkout -b `. +- [X] Commit changes to your `` branch. - [ ] Push often to your branch: `git push origin `. Follow these steps for completing your project.