From 7c7e879582d2158567c1b20471e3bb8d193f1d30 Mon Sep 17 00:00:00 2001 From: Moshe Kolodny Date: Wed, 22 Apr 2015 10:10:06 -0400 Subject: [PATCH] updated readme --- sort/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/sort/README.md b/sort/README.md index c53fa9f..e893f2a 100644 --- a/sort/README.md +++ b/sort/README.md @@ -9,8 +9,6 @@ var sorted = sort(arr); console.log(sorted); // [1, 2, 3, 4, 5] ``` -Sorting should work based on numbers eg (10 < 2) - Obviously using the native sort function is cheating, so don't use it More info: http://en.wikipedia.org/wiki/Sorting_algorithm