Skip to content

Commit 92fa56a

Browse files
authored
Update README.md
1 parent 2788c54 commit 92fa56a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[github]: https://img.shields.io/github/v/release/SimpleClientDevelopment/SimpleClientAPI?include_prereleases
2+
13
# SimpleClientAPI
24

35
SimpleClientAPI is the Bukkit/Spigot/Paper API for SimpleClient to enable/disable Legacy PvP.
@@ -8,12 +10,12 @@ SimpleClientAPI is the Bukkit/Spigot/Paper API for SimpleClient to enable/disabl
810
### Gradle
911
```gradle
1012
repositories {
11-
maven { url = 'https://maven.pkg.github.com/SimpleClientDevelopment/SimpleClientAPI' }
13+
maven { url = 'https://jitpack.io' }
1214
}
1315
```
1416
```gradle
1517
dependencies {
16-
implementation "simpleclient:simpleclient-api:VERSION"
18+
implementation "com.github.SimpleClientDevelopment:SimpleClientAPI:VERSION"
1719
}
1820
```
1921

@@ -22,14 +24,14 @@ dependencies {
2224
<repositories>
2325
<repository>
2426
<id>simpleclient-api</id>
25-
<url>https://maven.pkg.github.com/SimpleClientDevelopment/SimpleClientAPI</url>
27+
<url>https://jitpack.io</url>
2628
</repository>
2729
</repositories>
2830
```
2931
```xml
3032
<dependency>
31-
<groupId>simpleclient</groupId>
32-
<artifactId>simpleclient-api</artifactId>
33+
<groupId>com.github.SimpleClientDevelopment</groupId>
34+
<artifactId>SimpleClientAPI</artifactId>
3335
<version>VERSION</version>
3436
</dependency>
3537
```

0 commit comments

Comments
 (0)