diff --git a/README.md b/README.md index 814f5f2..5ebc5e9 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ public class ExampleHolograms implements Listener { .addPlaceholder("%%player%%", Player::getName) .build(hologramPool); - hologram.getLines().get(3).setAnimation(Animation.CIRCLE); + hologram.getLines().get(3).setAnimation(Animation.AnimationType.CIRCLE); // simple changing animating block and text timingBlock(hologram); }