tracks/ocaml/exercises/binary-search/README.md in trackler-2.2.1.99 vs tracks/ocaml/exercises/binary-search/README.md in trackler-2.2.1.100

- old
+ new

@@ -32,10 +32,9 @@ A binary search halves the number of items to check with each iteration, so locating an item (or determining its absence) takes logarithmic time. A binary search is a dichotomic divide and conquer search algorithm. - ## Getting Started For installation and learning resources, refer to the [exercism help page](http://exercism.io/languages/ocaml). ## Installation