From f574d4e6926ba53298cb2c2958df3af0e78b44f0 Mon Sep 17 00:00:00 2001 From: Rohit Gupta Date: Fri, 27 Oct 2017 15:08:17 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af308457f..ebbfdd0ed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # The Algorithms - Javascript -### All algorithms implemented in Javascript (for education) +### 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.