Skip to content

Commit 8d10f91

Browse files
committed
fix typo in readme
1 parent b5d33a3 commit 8d10f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/branding/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ registered in your mod entrypoint:
1010

1111
```java
1212
@Override
13-
public void clientInit() {
13+
public void initClient() {
1414
BrandingPatchEvents.REGISTER_MODIFIER_COMPONENT.register(registry -> {
1515
registry.register(
1616
BrandingContext.ALL, // apply to both title screen and debug overlay

0 commit comments

Comments
 (0)