Skip to content

Commit 1ed7b6f

Browse files
authored
Merge pull request Top-gg-Community#15 from Thibstars/master
Update download section with up-to-date dependency information
2 parents 7eee616 + 61e59e7 commit 1ed7b6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ api.getVotingMultiplier().whenComplete((multiplier, e) -> {
6767

6868
## Download
6969

70-
[![Release](https://jitpack.io/v/DiscordBotList/DBL-Java-Library.svg)](https://jitpack.io/#DiscordBotList/DBL-Java-Library)
70+
[![Release](https://jitpack.io/v/top-gg/java-sdk.svg)](https://jitpack.io/#top-gg/java-sdk)
7171

7272
Replace `VERSION` with the latest version or commit hash. The latest version can be found under releases.
7373

@@ -84,8 +84,8 @@ Replace `VERSION` with the latest version or commit hash. The latest version can
8484
```xml
8585
<dependencies>
8686
<dependency>
87-
<groupId>org.discordbots</groupId>
88-
<artifactId>DBL-Java-Library</artifactId>
87+
<groupId>com.github.top-gg</groupId>
88+
<artifactId>java-sdk</artifactId>
8989
<version>VERSION</version>
9090
</dependency>
9191
</dependencies>
@@ -99,7 +99,7 @@ repositories {
9999
```
100100
```gradle
101101
dependencies {
102-
compile 'org.discordbots:DBL-Java-Library:VERSION'
102+
compile 'com.github.top-gg:java-sdk:VERSION'
103103
}
104104
```
105105

0 commit comments

Comments
 (0)