We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c1e8a commit 5a45d9dCopy full SHA for 5a45d9d
README.md
@@ -15,7 +15,7 @@ Add the following to your Java project `pom.xml` file:
15
```xml
16
<dependency>
17
<groupId>de.redstoneworld.redutilities</groupId>
18
- <artifactId>RedUtilities</artifactId>
+ <artifactId>redutilities</artifactId>
19
<version>%version%</version>
20
</dependency>
21
```
@@ -26,7 +26,7 @@ Add the following to your Java project `build.gradle` file:
26
27
```text
28
dependencies {
29
- implementation 'de.redstoneworld.redutilities:RedUtilities:%version%'
+ implementation 'de.redstoneworld.redutilities:redutilities:%version%'
30
}
31
32
0 commit comments