diff --git a/README.md b/README.md index d0bd698..65354e8 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,21 @@ ## Directions to complete this assignment -- [ ] Create your own version of this repository by clicking the Fork button in the top right of the Github screen (if you have forked correctly, you should now see your username instead of giovannixdev at the top of the repo) +- [X] Create your own version of this repository by clicking the Fork button in the top right of the Github screen (if you have forked correctly, you should now see your username instead of giovannixdev at the top of the repo) -- -- [ ] Clone this repository by using the `https://github.com/giovannixdev/Git-PR-Practice.git` (this will pull the files down to your local machine so you can work on them and make changes) +- [X] Clone this repository by using the `https://github.com/giovannixdev/Git-PR-Practice.git` (this will pull the files down to your local machine so you can work on them and make changes) -- -- [ ] Create a branch `git checkout -b 'firstName-lastName'` +- [X] Create a branch `git checkout -b 'firstName-lastName'` -- -- [ ] Add your name to the list of names below. +- [X] Add your name to the list of names below. -- -- [ ] Run git add ., git commit -m "added my name to the list", and git push to send your code to Github +- [X] Run git add ., git commit -m "added my name to the list", and git push to send your code to Github -- -- [ ] Create a Pull Request +- [X] Create a Pull Request -- - ## ADD your name to this list - Giovanni Lituma -- Camila Torres \ No newline at end of file +- Camila Torres +- LeRoy Gardner