Skip to content

Commit b6c93f2

Browse files
fix: correct package in README
1 parent 8d9d0dd commit b6c93f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ dependencies {
1919
Here's a basic example of using KPaper in a plugin:
2020

2121
```kotlin
22-
import de.joker.kpaper.event.listen
23-
import de.joker.kpaper.main.KPlugin
22+
import cc.modlabs.kpaper.event.listen
23+
import cc.modlabs.kpaper.main.KPlugin
2424
import org.bukkit.event.player.PlayerJoinEvent
2525

2626
class MyPlugin : KPlugin() {

0 commit comments

Comments
 (0)