Skip to content

Commit 508a4be

Browse files
authored
Fix misleading sentence in Maven plugin README (#1878)
2 parents 14181db + a7523be commit 508a4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-maven/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ user@machine repo % mvn spotless:check
7373

7474
## Quickstart
7575

76-
To use it in your pom, just [add the Spotless dependency](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.diffplug.spotless%22%20AND%20a%3A%22spotless-maven-plugin%22), and configure it like so:
76+
To use it in your pom, just [add the Spotless plugin](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.diffplug.spotless%22%20AND%20a%3A%22spotless-maven-plugin%22), and configure it like so:
7777

7878
```xml
7979
<plugin>

0 commit comments

Comments
 (0)