From 2aebc951b1e9bb3a1531901b121fc156308b738d Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 6 May 2020 14:23:37 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7adc0c7d8..490e7873b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# The Algorithms - Javascript +# The Algorithms - JavaScript [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/TheAlgorithms/Javascript.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/TheAlgorithms/Javascript/context:javascript) [![contributions welcome](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square)](https://github.com/TheAlgorithms/Javascript/blob/master/CONTRIBUTING.md)  ![](https://img.shields.io/github/repo-size/TheAlgorithms/Javascript.svg?label=Repo%20size&style=flat-square)  -### All algorithms implemented in Javascript (for educational purposes only) +### All algorithms implemented in JavaScript (for educational purposes only) -These are for demonstration purposes only. There are many implementations of sorts in the Javascript standard library that are much better for performance reasons. +These are for demonstration purposes only. There are many implementations of sorts in the JavaScript standard library that are much better for performance reasons. ## Contribution Guidelines