Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CRHarding authored Jan 19, 2022
1 parent c36e4bb commit 3e0d1f0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ This project was put together using create-react-app (CRA). You will not need to
- [ ] Clone your OWN version of the repository in your terminal
- [ ] Download project dependencies by running `npm install`
- [ ] Start up the app using `npm start`
- [ ] Create a new branch: `git checkout -b <firstName-lastName>`.
- [ ] Implement the project on your newly created `<firstName-lastName>` branch, committing changes regularly.
- [ ] Push commits: `git push origin <firstName-lastName>`.
- [ ] Implement the project on the `main` branch, committing changes regularly.
- [ ] Push commits: `git push origin main`.

### Task 2: MVP

Expand Down Expand Up @@ -106,7 +105,7 @@ Do not attempt stretch problems until MVP has been reached and a final commit ha

Follow these steps for completing your project.

- [ ] Submit a Pull-Request to merge Branch into `main` (student's Repository).
- [ ] Submit a link to your repository in Canvas.

----

Expand Down

0 comments on commit 3e0d1f0

Please sign in to comment.