From a31ae8c6592ab6b1cbe59f46277a28422d8362d2 Mon Sep 17 00:00:00 2001 From: SURYAPRATAP SINGH SURYAVANSHI <67123991+suryapratapsinghsuryavanshi@users.noreply.github.com> Date: Mon, 20 Sep 2021 13:58:32 +0530 Subject: [PATCH 1/2] added standard js badge in Readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59d61a22e7..acdc2083c7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ ![update_directory_md](https://github.com/TheAlgorithms/Javascript/workflows/update_directory_md/badge.svg) [![Discord chat](https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square)](https://discord.gg/c7MnfGFGa6) ![](https://img.shields.io/github/repo-size/TheAlgorithms/Javascript.svg?label=Repo%20size&style=flat-square)  +![](https://img.shields.io/badge/code%20style-standardjs-%23f3df49) ### All algorithms implemented in JavaScript (for educational purposes only) From fb851adc5877fb9adf8bff46dd1ecead5f775b31 Mon Sep 17 00:00:00 2001 From: SURYAPRATAP SINGH SURYAVANSHI <67123991+suryapratapsinghsuryavanshi@users.noreply.github.com> Date: Tue, 21 Sep 2021 13:49:02 +0530 Subject: [PATCH 2/2] Update README.md Co-authored-by: Rak Laptudirm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acdc2083c7..9a44b38c53 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ![update_directory_md](https://github.com/TheAlgorithms/Javascript/workflows/update_directory_md/badge.svg) [![Discord chat](https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square)](https://discord.gg/c7MnfGFGa6) ![](https://img.shields.io/github/repo-size/TheAlgorithms/Javascript.svg?label=Repo%20size&style=flat-square)  -![](https://img.shields.io/badge/code%20style-standardjs-%23f3df49) +[![standard.js](https://img.shields.io/badge/code%20style-standardjs-%23f3df49)](https://standardjs.com/) ### All algorithms implemented in JavaScript (for educational purposes only)