From 102e34e4fe3abfe961cb4e2fc4f1f0c48dcb4910 Mon Sep 17 00:00:00 2001 From: lworku Date: Wed, 6 Nov 2019 20:59:31 -0800 Subject: [PATCH] initial commit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.