From f9af3e8197bf564f6cc435b8981bae40fa88cf64 Mon Sep 17 00:00:00 2001 From: Tony Sappe Date: Fri, 29 Jul 2016 16:04:01 -0400 Subject: [PATCH] Typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65f0c70da..8fcf1a656 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# The Algoritms - Python +# The Algorithms - Python -### All Algorithms implemented in Python! +### All algorithms implemented in Python (for education) These are for demonstration purposes only. There are many implementations of sorts in the Python standard library that are much better for performance reasons.