Skip to content

Commit 86d2769

Browse files
committed
Fix typo in README.md
1 parent 2a13dc3 commit 86d2769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ One thing to note about tooltips is that they *themselves* can actually take a J
7171

7272
```java
7373
JSONMessage.create("This has a fancy tooltip!")
74-
.color(ChatColor.GOLD);
74+
.color(ChatColor.GOLD)
7575
.tooltip(JSONMessage.create("Green text!")
7676
.color(ChatColor.GREEN)
7777
.style(ChatColor.BOLD)

0 commit comments

Comments
 (0)