Skip to content

Commit

Permalink
Fix typo on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioZumbi12 committed Aug 7, 2024
1 parent 2a787bd commit f7077c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*")}
}
```

Expand Down

0 comments on commit f7077c4

Please sign in to comment.