Skip to content

Commit d647f01

Browse files
authored
Modify language; Share resource link in README
Language syntax is a small part of proper documentation, but boosts up readability in the code.
1 parent 32c82da commit d647f01

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
# Programming
22

3-
#### This project is for adding your programming problems solutions in various programming languages on different programming platforms.
3+
#### This project is for adding your programming problems' solutions in various programming languages on different programming platforms.
44

5-
It contain codes for various Online Judge - CodeChef,Hackerearth,Codeforce, Spoj, HackerRank,etc.
5+
It contain codes for various Online Judges, including CodeChef, HackerEarth, Codeforces, Spoj, HackerRank, and others.
66

7-
The files are named according to the problem name. You can find links to the problem on the first line of most files.
7+
The files are named according to the problem's name. You can find links to the problem on the first line of most files.
88

9-
Note : Please do not misuse these codes. You will only be cheating yourself. This repo can be used for reference.
9+
Note : Please do not misuse these codes. You will only be cheating yourself. This repository can be used for reference.
1010

1111
## Instructions-
1212

13-
- Fork this Repository using the button at the top
14-
- Clone your forked repository to your pc
15-
- Create a new branch for your modifications (ie. ```git branch new-problem``` and check it out ```git checkout new-problem``` and ``` git checkout -b new-problem```)
16-
- Add your profile page in Students\
17-
- Add your files (```git add -A```), commit (```git commit -m "added myself"```) and push (```git push origin new-user```)
18-
- Create a pull request
13+
- Fork this repository using the button at the top
14+
- Clone your forked repository to your local machine
15+
- Create a new branch for your modifications (i.e. ```git branch new-problem``` and check it out ```git checkout new-problem``` and ``` git checkout -b new-problem```)
16+
- Add your profile page in `Students\`
17+
- Add your files (```git add -A```), commit (```git commit -m "Added myself"```) and push (```git push origin new-user```)
18+
- Create a pull request, by navigating to the forked repository in the browser
1919
- Star this repository
20-
- Wait for Pull Request to merge
21-
- Celebrate - you've done your first pull request!!
20+
- Wait for the pull request to merge
21+
- Celebrate! You've done your first pull request!
2222

2323

2424
Read about markdown syntax here
2525
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
2626

27+
## An awesome resource to learn Git
28+
https://learngitbranching.js.org/

0 commit comments

Comments
 (0)