From f7077c423c857b6f29c62de4f8f0dd64df7a2d8f Mon Sep 17 00:00:00 2001 From: FabioZumbi12 <5833818+FabioZumbi12@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:45:38 -0300 Subject: [PATCH] Fix typo on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "*")} } ```