tracks/java/exercises/word-count/README.md in trackler-2.2.1.47 vs tracks/java/exercises/word-count/README.md in trackler-2.2.1.48
- old
+ new
@@ -9,21 +9,22 @@
in: 1
come: 1
free: 1
```
+# 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.
-
## Source
This is a classic toy problem, but we were reminded of it by seeing it in the Go Tour.
## Submitting Incomplete Solutions
+
It's possible to submit an incomplete solution so you can see how others have completed the exercise.