readme edit

This commit is contained in:
marilynel 2025-03-16 10:36:24 -07:00
parent 4a662316f7
commit 76ee4312b3

View File

@ -103,6 +103,12 @@ gradlew clean build test
gradlew testWithStrictMode
```
*Optional* Execute the test suite in strict mode with Maven:
```shell
mvn test -P test-strict-mode
```
# Notes
For more information, please see [NOTES.md](https://github.com/stleary/JSON-java/blob/master/docs/NOTES.md)