Update README.md

This commit is contained in:
Stijn Bannink 2023-03-16 19:44:56 +01:00 committed by GitHub
parent dcd1aa38a8
commit ca8c7d2632
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ First, include the API using Maven:
```xml ```xml
<repository> <repository>
<id>sbdevelopment-releases</id> <id>sbdevelopment-repo-releases</id>
<name>SBDevelopment Repository</name> <name>SBDevelopment Repository</name>
<url>https://repo.sbdevelopment.tech/releases</url> <url>https://repo.sbdevelopment.tech/releases</url>
</repository> </repository>
@ -16,7 +16,7 @@ First, include the API using Maven:
<dependency> <dependency>
<groupId>tech.sbdevelopment</groupId> <groupId>tech.sbdevelopment</groupId>
<artifactId>MapReflectionAPI</artifactId> <artifactId>MapReflectionAPI</artifactId>
<version>1.4.1</version> <version>1.4.3</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
``` ```