From 2293741a9ee895bf8384af6f542caad0ded7aef4 Mon Sep 17 00:00:00 2001 From: ahsi <56998032+Isha307@users.noreply.github.com> Date: Thu, 19 Aug 2021 13:45:21 +0530 Subject: [PATCH] Update README.md --- Sorting/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Sorting/README.md b/Sorting/README.md index b2823f3..d04f81a 100644 --- a/Sorting/README.md +++ b/Sorting/README.md @@ -1,8 +1,10 @@ -SORTING ALGORITHMS +# SORTING ALGORITHMS +**Wanted to start from scratch, so make PRs by adding different type of Sorting algorithms.** -Wanted to start from scratch, so make PRs by creating different type of Sorting algorithms. - - -If you are a beginner, start contributing to open source by creating PRs. +## If you are a beginner and don't know How to contribute then this is for you: +- Fork this repository. +- Clone that repository. +- Commit and push your code. +- Then create a pull request.