Skip to content

Commit 89c5096

Browse files
committed
chore(readme): replace placeholders
1 parent 5e5604b commit 89c5096

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,13 @@ KPaper is a utility library designed to simplify plugin development with [Paper]
44

55
## Installation
66

7-
You can add KPaper to your project using the Maven repository hosted by ModLabs.
8-
9-
### Gradle
107
```kotlin
118
repositories {
129
maven("https://nexus.modlabs.cc/repository/maven-mirrors/")
1310
}
1411

1512
dependencies {
16-
implementation("cc.modlabs.kpaper:KPaper:$version") // Replace with the desired version
13+
implementation("cc.modlabs.kpaper:KPaper:$version")
1714
}
1815
```
1916

@@ -35,7 +32,7 @@ class MyPlugin : KPlugin() {
3532
}
3633
```
3734

38-
Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests on the [GitHub repository](https://github.com/de-joker/kpaper) (replace with actual URL if available).
35+
Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests on the [GitHub repository](https://github.com/ModLabsCC/KPaper).
3936

4037
## Acknowledgments
4138

0 commit comments

Comments
 (0)