tracks/delphi/exercises/clock/README.md in trackler-2.2.1.71 vs tracks/delphi/exercises/clock/README.md in trackler-2.2.1.72

- old
+ new

@@ -7,10 +7,10 @@ Two clocks that represent the same time should be equal to each other. ## Testing In order to run the tests for this track, you will need to install -DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information. +DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information. ### Loading Exercises into Delphi If Delphi is properly installed, and `*.dpr` file types have been associated with Delphi, then double clicking the supplied `*.dpr` file will start Delphi and load the exercise/project. `control + F9` is the keyboard shortcut to compile the project or pressing `F9` will compile and run the project.