diff --git a/README.md b/README.md index ae98be1..438097d 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ plugin (https://github.com/scoverage/scalac-scoverage-plugin). * `excludedPackages = ` (default `not set`): Comma separated list of regexes for packages, classes and modules to exclude from coverage. -* `excludedSubProjects = ` (default `not set`): List of Gradle subprojects to be excluded from the Scoverage parent project aggregation. Projects should be set using the standard Gradle project selector e.g. `excludedSubProjects = [ project(':parent:subproject') ]` +* `excludedSubProjects = ` (default `not set`): List of Gradle sub-projects to be excluded from the Scoverage parent project aggregation. Projects should be added using the standard Gradle project selector e.g. `excludedSubProjects = [ project(':parent:subproject') ]` #### Multiple check tasks