Update README.md

This commit is contained in:
Frank van der Heijden 2021-10-05 18:11:52 +02:00
parent 393165f52b
commit 71a647a295
No known key found for this signature in database
GPG key ID: B808721C2DD5B5B8

View file

@ -71,7 +71,7 @@ dependencies {
```xml ```xml
<project> <project>
<repositories> <repositories>
<!-- Insights repo --> <!-- ServerUtils repo -->
<repository> <repository>
<id>fvdh</id> <id>fvdh</id>
<url>https://repo.fvdh.dev/releases</url> <url>https://repo.fvdh.dev/releases</url>
@ -79,7 +79,7 @@ dependencies {
</repositories> </repositories>
<dependencies> <dependencies>
<!-- Insights dependency --> <!-- ServerUtils dependency -->
<dependency> <dependency>
<groupId>net.frankheijden.serverutils</groupId> <groupId>net.frankheijden.serverutils</groupId>
<artifactId>ServerUtils</artifactId> <artifactId>ServerUtils</artifactId>