diff --git a/README.md b/README.md index 7878b99..a56c2da 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ If you make changes to the instrumentation code and need to build the instrument 2. Build one or all of the jars. a. To build one jar, run the command: gradlew _moduleName_:clean _moduleName_:install b. To build all jars, run the command: gradlew clean install - +test ## Testing Not currently supported. Will be supported in the future