Skip to content

Commit 5a45d9d

Browse files
Updating description: Make artifactId lowercase
1 parent 23c1e8a commit 5a45d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add the following to your Java project `pom.xml` file:
1515
```xml
1616
<dependency>
1717
<groupId>de.redstoneworld.redutilities</groupId>
18-
<artifactId>RedUtilities</artifactId>
18+
<artifactId>redutilities</artifactId>
1919
<version>%version%</version>
2020
</dependency>
2121
```
@@ -26,7 +26,7 @@ Add the following to your Java project `build.gradle` file:
2626

2727
```text
2828
dependencies {
29-
implementation 'de.redstoneworld.redutilities:RedUtilities:%version%'
29+
implementation 'de.redstoneworld.redutilities:redutilities:%version%'
3030
}
3131
```
3232

0 commit comments

Comments
 (0)