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

- old
+ new

@@ -16,11 +16,11 @@ (For example, players may have mismatched piece counts.) The boards look like this (with spaces added for readability, which won't be in the representation passed to your code): -``` +```text . O . X . . X X O . O O O X . . X O X O X O O O X @@ -28,11 +28,10 @@ "Player `O`" plays from top to bottom, "Player `X`" plays from left to right. In the above example `O` has made a connection from left to right but nobody has won since `O` didn't connect top and bottom. - ## Getting Started For installation and learning resources, refer to the [exercism help page](http://exercism.io/languages/ocaml). ## Installation @@ -66,9 +65,8 @@ The [exercism/ocaml](https://github.com/exercism/ocaml) repository on GitHub is the home for all of the Ocaml exercises. If you have feedback about an exercise, or want to help implementing a new one, head over there and create an issue. We'll do our best to help you! - ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.