Skip to content

Commit

Permalink
Updating description: Make artifactId lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneFuture committed Jun 28, 2024
1 parent 23c1e8a commit 5a45d9d
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 @@ -15,7 +15,7 @@ Add the following to your Java project `pom.xml` file:
```xml
<dependency>
<groupId>de.redstoneworld.redutilities</groupId>
<artifactId>RedUtilities</artifactId>
<artifactId>redutilities</artifactId>
<version>%version%</version>
</dependency>
```
Expand All @@ -26,7 +26,7 @@ Add the following to your Java project `build.gradle` file:

```text
dependencies {
implementation 'de.redstoneworld.redutilities:RedUtilities:%version%'
implementation 'de.redstoneworld.redutilities:redutilities:%version%'
}
```

Expand Down

0 comments on commit 5a45d9d

Please sign in to comment.