Skip to content

Commit 877f7a0

Browse files
committed
rework docs
1 parent 77716d9 commit 877f7a0

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

README.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ With NetworkDataAPI, all plugins share ONE connection pool:
4242
- Automatic reconnection for ALL plugins
4343
- Shared caching layer
4444

45-
**See `GEDEELDE_CONNECTIE_UITLEG.md` (Dutch) or `API_DOCUMENTATION.md` for details!**
45+
**See `API_DOCUMENTATION.md` for details!**
4646

4747
## 📋 Requirements
4848

@@ -111,22 +111,22 @@ Add the NetworkDataAPI Core library to your plugin's dependencies:
111111

112112
#### Maven
113113
```xml
114-
<dependencies>
115-
<dependency>
116-
<groupId>com.astroid.stijnjakobs</groupId>
117-
<artifactId>networkdataapi-core</artifactId>
118-
<version>1.0-SNAPSHOT</version>
119-
<scope>provided</scope>
120-
</dependency>
121-
</dependencies>
122-
123-
<!-- Add AstroidMC Maven Repository -->
124114
<repositories>
125-
<repository>
126-
<id>astroidmc-public</id>
127-
<url>https://maven.astroidmc.com/repository/maven-public/</url>
128-
</repository>
115+
<repository>
116+
<id>astroidmc-releases</id>
117+
<name>AstroidMC Maven Releases</name>
118+
<url>https://maven.astroidmc.com/repository/maven-public/</url>
119+
</repository>
129120
</repositories>
121+
122+
<dependencies>
123+
<dependency>
124+
<groupId>com.astroid.stijnjakobs</groupId>
125+
<artifactId>networkdataapi-core</artifactId>
126+
<version>1.0-SNAPSHOT</version>
127+
<scope>provided</scope>
128+
</dependency>
129+
</dependencies>
130130
```
131131

132132
#### Gradle
@@ -230,8 +230,6 @@ Document guild = guilds.find(Filters.eq("name", "Warriors")).first();
230230
- ✅ Automatic reconnection
231231
- ✅ Less resource usage
232232

233-
**See `COSMETICS_PLUGIN_EXAMPLE.java` for a complete working example!**
234-
235233
### More Examples
236234

237235
**Save complete player data:**

0 commit comments

Comments
 (0)