tracks/java/exercises/word-search/README.md in trackler-2.2.1.47 vs tracks/java/exercises/word-search/README.md in trackler-2.2.1.48

- old
+ new

@@ -24,18 +24,19 @@ vertical and diagonal. Given a puzzle and a list of words return the location of the first and last letter of each word. +# Running the tests -To run the tests: +You can run all the tests for an exercise by entering ```sh $ gradle test ``` -For more detailed info about the Java track see the [help page](http://exercism.io/languages/java). +in your terminal. - ## Submitting Incomplete Solutions + It's possible to submit an incomplete solution so you can see how others have completed the exercise.