Skip to content

Commit 44196b2

Browse files
authored
Update README.md
Fix wording and typos.
1 parent e2ce04d commit 44196b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Experimental Gradle plugin to detect potential classpath collisions between library jars.
66

7-
Fails the build whenever an unexpected duplicate entry is found in more than one artifact.
7+
Fails the build whenever an unexpected duplicate entry is found in two or more artifacts.
88

99
## Usage
1010

@@ -34,7 +34,7 @@ apply plugin: "io.fuchs.gradle.classpath-collision-detector"
3434

3535
Then run `./gradlew detectCollisions` to run the detection.
3636

37-
If the projet also applies the `java` plugin the task searches the `runtimeClasspath` for collisions.
37+
If the project also applies the `java` plugin the task searches the `runtimeClasspath` for collisions.
3838

3939
### Customization
4040

@@ -45,7 +45,7 @@ tasks.named('detectCollisions', DetectCollisionsTask).configure {
4545
}
4646
```
4747

48-
To ignore certain conflicts you can add exclude patterns that match collisions you are not interrested in e.g.
48+
To ignore certain conflicts you can add exclude patterns that match collisions you are not interested in e.g.
4949

5050
```groovy
5151
tasks.named('detectCollisions', DetectCollisionsTask).configure {

0 commit comments

Comments
 (0)