From 81c3295a8d8274242cfda2d276c2ce451c97d6bb Mon Sep 17 00:00:00 2001 From: a2taga2ra <43883131+a2taga2ra@users.noreply.github.com> Date: Wed, 31 Oct 2018 18:52:48 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d45453..58eceb7 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ ### For contributors - Contributors can create a new issue for adding more patterns. -- For begginers, a bug fix or typo correction is just fine! +- For beginners, a bug fix or a typo correction is just fine! From 3809713aafdaf580071f49e2e509060b05b677b9 Mon Sep 17 00:00:00 2001 From: a2taga2ra <43883131+a2taga2ra@users.noreply.github.com> Date: Wed, 31 Oct 2018 19:16:51 +0530 Subject: [PATCH 2/3] Update README.md with badges The following 5 badges were added : 1.Awesome 2.PRs Welcome 3.Forks 4.Stars 5.Issues --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 58eceb7..32810c3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg?)](https://github.com/Sagar-i7/Pattern_In_C) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?)](https://github.com/Sagar-i7/Pattern_In_C/pulls) +[![GitHub forks](https://img.shields.io/github/forks/Sagar-i7/Pattern_In_C.svg?)](https://github.com/Sagar-i7/Pattern_In_C/network) +[![GitHub stars](https://img.shields.io/github/stars/Sagar-i7/Pattern_In_C.svg?)](https://github.com/Sagar-i7/Pattern_In_C/stargazers) +[![GitHub issues](https://img.shields.io/github/issues/Sagar-i7/Pattern_In_C.svg?)](https://github.com/Sagar-i7/Pattern_In_C/issues) + + + # Patterns in C language - This repository contains different pattern that can be written using C language!! From a76a2ac6cd18dc5397b5d51aeb8fd222ae38ca5e Mon Sep 17 00:00:00 2001 From: a2taga2ra <43883131+a2taga2ra@users.noreply.github.com> Date: Wed, 31 Oct 2018 19:31:41 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 32810c3..b3f737e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![GitHub stars](https://img.shields.io/github/stars/Sagar-i7/Pattern_In_C.svg?)](https://github.com/Sagar-i7/Pattern_In_C/stargazers) [![GitHub issues](https://img.shields.io/github/issues/Sagar-i7/Pattern_In_C.svg?)](https://github.com/Sagar-i7/Pattern_In_C/issues) +![Language C](https://camo.githubusercontent.com/5e47f7053dca301560dc67e75a1d821de58e52de/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c616e67756167652d432d79656c6c6f772e737667) + # Patterns in C language