From 6df43f00d06d6d0e2366e532c7798f198d7e1d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20Demirta=C5=9F?= Date: Sat, 5 Oct 2024 21:42:51 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {