diff --git a/readme.md b/readme.md index 245c2ea3..4fb93d34 100644 --- a/readme.md +++ b/readme.md @@ -75,7 +75,7 @@ If you work with KSpigot, you also need Spigot as a dependency. You **must** use a shade / shadow plugin with your build system. KSpigot needs to be relocated. -##### GRADLE +#### GRADLE The plugin: ```kotlin @@ -117,7 +117,7 @@ tasks.shadowJar.get().dependsOn(relocateShadowJar)

-##### MAVEN +#### MAVEN For example, you could use the [Apache Maven Shade Plugin](https://maven.apache.org/plugins/maven-shade-plugin/examples/class-relocation.html).