Skip to content

Commit d74fc6b

Browse files
authored
Fix a typo in README.md
1 parent e57b0ca commit d74fc6b

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)