From a1514dc51c63e322d8a7aa77189a9c9e18099045 Mon Sep 17 00:00:00 2001 From: amitkumar-y Date: Mon, 10 Oct 2022 23:43:54 +0530 Subject: [PATCH] Fix Typos in Readme File --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index aa9b895..5a3729e 100644 --- a/README.md +++ b/README.md @@ -16,28 +16,28 @@ The graphics are smooth, and the puzzles become increasingly difficult. This gam ## How to contribute: -- Drop a :star: on the Github repository (optional)
+- Drop a :star: on the GitHub repository (optional)
- Before Contribute Please read [CONTRIBUTING.md](https://github.com/sb-decoder/flutter-puzzle-hack/blob/master/CONTRIBUTING.md) and [CODE_OF_CONDUCT.md](https://github.com/sb-decoder/flutter-puzzle-hack/blob/master/CODE_OF_CONDUCT.md) -- Create an issue of the project or a feature you would like to add in the project and get the task assigned for youself.(Issue can be any bug fixes or any feature you want to add in this project). +- Create an issue of the project or a feature you would like to add to the project and get the task assigned for yourself.(Issue can be any bug fixes or any feature you want to add to this project). -- Fork the repo to your Github.
+- Fork the repo to your GitHub.
-- Clone the Repo by going to your local Git Client in a particular local folder in your local machine by using this command with your forked repository link in place of below given link:
+- Clone the Repo by going to your local Git Client in a particular local folder in your local machine by using this command with your forked repository link in place of the below given link:
`git clone https://github.com/nehal076/flutter-puzzle-hack` -- Create a branch using below command. +- Create a branch using the below command. `git branch ` - Checkout to your branch. `git checkout ` -- Add your code in your local machine folder. +- Add your code to your local machine folder. `git add . ` - Commit your changes. `git commit -m""` - Push your changes. `git push --set-upstream origin ` -- Make a pull request! (compare your branch with the owner main branch) +- Make a pull request! (compare your branch with the owner's main branch) # Contributors