diff --git a/README.md b/README.md index 098dc8c6..faeee39a 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ repositories { } dependencies { - compileOnly ("io.github.fabiozumbi12.UltimateChat:UltimateChat-Spigot:1.9.3-SNAPSHOT"){ exclude(group: "*") } + compileOnly ("io.github.fabiozumbi12.UltimateChat:UltimateChat-Spigot:1.9.3-SNAPSHOT"){ exclude(group = "*")} } ```