Skip to content

Commit

Permalink
πŸ“– Update README
Browse files Browse the repository at this point in the history
Typo fixing in README.md
  • Loading branch information
blackbird71SR authored Oct 2, 2018
2 parents 6e438bc + 58b3bbf commit 3c2de77
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# Hello-World
Hello World in all possible programmnig languages
Hello World in all possible programming languages

## Aim
This repositiory should eventually contain the famous "Hello World" program in all the programming languahes possible...
This repositiory should eventually contain the famous "Hello World" program in all the programming languages possible...

## How to Contribute to this rpository
## How to Contribute to this repository

- Star this repository using 'Star' button on the top.
- Click on Fork Repository using the 'Fork' button on the top.
- Clone the forked repository on your PC. Using this command on your Git bash or any terminal with git support : ``` git clone url ```
- Now create a new branch with this command: ``` git branch branchname ``` and then use that branch by this command: ``` git checkout branchname ```
- Go ahead and make changes
- After making changes use this command to add the changes: ``` git add filename ```, and then ``` git commit -m "message here" ```
- After that use this command: ``` git push origin branchname ```
- Clone the forked repository on your PC. Using this command on your Git bash or any terminal with git support : ``` git clone url ```.
- Now create a new branch with this command: ``` git branch branchname ``` and then use that branch by this command: ``` git checkout branchname ```.
- Go ahead and make changes.
- After making changes use this command to add the changes: ``` git add filename ```, and then ``` git commit -m "message here" ```.
- After that use this command: ``` git push origin branchname ```.
- Create a pull request, and wait for Pull Request to get merged.

## How to make changes?

- Check if the language in which you want to contribute is already covered or not?
- Add code for your language with file name `HelloWorld.extension of your programming language` like `py` for python. `c` for language C.
- Add your language to this file in the below list
- Add your language to this file in the below list.

## Langauges Covered
## Languages Covered

- Python

0 comments on commit 3c2de77

Please sign in to comment.