Skip to content

Commit 6b5424d

Browse files
authored
Merge pull request #1922 from ivosh/patch-1
Fix a typo in README.md
2 parents e57b0ca + d74fc6b commit 6b5424d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ and setup (calls Ant for certain actions).
906906

907907
#### 8.9.1 Unit Testing
908908

909-
You can test the code at the moment by running `./mvn test` which will execute *all* tests.
909+
You can test the code at the moment by running `./mvnw test` which will execute *all* tests.
910910
Conditionally, if you don't have every type of repository installed, you can set it to unit-test only those which are
911911
found to be working on your system.
912912

0 commit comments

Comments
 (0)