Skip to content

Commit

Permalink
Fixed grammar issue in README
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Oct 19, 2023
1 parent 9fcc8a1 commit 4c39387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ repositories {
}
dependencies {
implementation ("de.florianmichael:viafabricplus:2.9.5") { // Get latest version from releases
implementation ("de.florianmichael:viafabricplus:2.9.5") { // Get the latest version from releases
transitive = false
}
}
Expand All @@ -127,7 +127,7 @@ dependencies {
<dependency>
<groupId>de.florianmichael</groupId>
<artifactId>viafabricplus</artifactId>
<version>2.8.2</version> <!-- Get latest version from releases -->
<version>2.9.5</version> <!-- Get the latest version from releases -->
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 4c39387

Please sign in to comment.