Skip to content

Commit 1b4820f

Browse files
author
Peter F. Tumulty
committed
updated README with contributing guidelines
1 parent 87e7038 commit 1b4820f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Comparing Array Methods in JavaScript
1+
# Using JavaScript Array Methods
22

3-
This is a simple demonstration on how to use ```map()``` and ```forEach()``` methods in javascript. and explaination of how they work, and a comparission between these two array methods.
3+
This site is a simple demonstration on how to use ```map()``` and ```forEach()``` methods in javascript.
44

55
[Live Site](https://ptums.github.io/using-javascript-map-foreach-method/)
66

@@ -22,8 +22,12 @@ This was confusing because I though these methods served the same purpose. I dec
2222

2323
## How To Use
2424

25-
This is a basic HTML document, so feel free to open it up in your favorite code editor, create your own branch, and start modifying.
25+
Forking this repo, feel free to open it in your favorite code editor and start coding away!
2626

2727
## Contribute
2828

29-
To Do: https://docs.github.com/en/free-pro-team@latest/github/building-a-strong-community/setting-guidelines-for-repository-contributors
29+
1. Fork it (https://github.com/ptums/using-javascript-array-methods/fork)
30+
2. Create your feature branch (git checkout -b feature/fooBar)
31+
3. Commit your changes (git commit -am 'Add some fooBar')
32+
4. Push to the branch (git push origin feature/fooBar)
33+
5. Create a new Pull Request

0 commit comments

Comments
 (0)