diff --git a/README.md b/README.md index bd67a00..9909073 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ public final class Plugin extends JavaPlugin { TypedKey.of(CommandSender.class, "console"); private final Frame frame = Frame.create(this) - .with(); + .with(View.class); @Override public void onEnable() {