Skip to content

Commit

Permalink
Clean up README
Browse files Browse the repository at this point in the history
Cleaning up the README formatting and information
  • Loading branch information
jamespeeler committed May 28, 2022
1 parent 44b8989 commit 5797fcb
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,7 @@
This is the 100Devs LGBTQ+ project group repo!

Here are a couple of tutorials for forking/cloning the repo, as well as making pull requests:

https://docs.github.com/en/get-started/quickstart/contributing-to-projects

https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request



Each person is tasked with creating a new Business object, here is the template for that:
class Business {
constructor(name, score){
this.name = name
this.score = score
}
}

0 comments on commit 5797fcb

Please sign in to comment.