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