From be3993771723a59f74c8252cba7f5f36b8115099 Mon Sep 17 00:00:00 2001 From: Kai Iyer <24914913+kaiiyer@users.noreply.github.com> Date: Fri, 14 Feb 2020 19:30:29 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d15fb7e..36fa3a4 100644 --- a/README.md +++ b/README.md @@ -158,12 +158,13 @@ git checkout -b branch-name Commit and push git add . + git commit -m 'Commit message' + git push origin branch-name Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo) Wait for your PR review and merge approval! Star this repository if you had fun! -Contributions are always welcome ! -Start Hacking !! +Contributions are always appreciated