From ead721eca2d929592ed2d2e650bdc5a3080a877a Mon Sep 17 00:00:00 2001 From: bluefireoly Date: Mon, 12 Oct 2020 17:22:21 +0200 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).