From 67d3b75cf2f4745951be65dfceee98133f343755 Mon Sep 17 00:00:00 2001 From: Gaurav Gogia Date: Tue, 2 Oct 2018 01:23:12 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04be026..a104302 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ https://kamekazi-169920.appspot.com - 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 new-user-yourname ``` and then use that branch by this command: ``` git checkout new-user-yourname ``` - Go ahead and make changes -- You can add your details in Contributers.md file. +- You can add your details in contributers.md file. - After making changes use this command to add the changes: ``` git add filename ```, and then ``` git commit -m "Added" ``` - After that use this command: ``` git push origin new-user-yourname ``` - Create a pull request, and wait for Pull Request to get merged.