diff --git a/README.md b/README.md index 879f7d7f..5c1666e6 100644 --- a/README.md +++ b/README.md @@ -195,8 +195,9 @@ To run this on the sample app: ./gradlew :affectedmoduledetector:publishToMavenLocal ``` -2. Try running the following command: +2. Try running the following commands: ``` +cd sample ./gradlew runAffectedUnitTests -Paffected_module_detector.enable ```