update the example command in README file

This commit is contained in:
ma wei
2015-09-17 17:17:41 +08:00
parent 815d60eca2
commit 1f37a5ff8f

View File

@@ -38,7 +38,7 @@ apply plugin: 'dependency-check'
Once gradle plugin applied, run following gradle task to check dependencies:
```
gradle dependencyCheck
gradle dependencyCheck --info
```
The reports will be generated automatically under `./reports` folder.