Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
portlek committed Oct 5, 2024
1 parent acb5015 commit 6df43f0
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 @@ -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() {
Expand Down

0 comments on commit 6df43f0

Please sign in to comment.