diff --git a/README.md b/README.md
index f9d31d5..72c2bee 100644
--- a/README.md
+++ b/README.md
@@ -4,21 +4,19 @@ This is an abstracted command system designed to make Paper's default command lo
To use this in your plugin, simply add the following to your build.gradle:
-
+```
plugins {
id "com.github.johnrengelman.shadow" version "7.1.2"
}
-
-
+
repositories {
maven {
name = 'sonatype'
url = 'https://s01.oss.sonatype.org/content/groups/public/'
}
}
-
-
+
dependencies {
shadow 'io.github.simplexdevelopment:SimplexCL:1.0.0'
}
-
\ No newline at end of file
+```