Skip to content

Commit a71cf62

Browse files
committed
README fixups x3
1 parent b080fc1 commit a71cf62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To support LiteBag you can hook into ItemButton update and create as follows:
1111
```
1212
LiteBag_RegisterHook('LiteBagItemButton_Update', YourUpdateFunction)
1313
```
14-
and optionally `LiteBag_AddUpdateEvent(eventName)` if you need LiteBag
14+
and optionally `LiteBag_AddPluginEvent(eventName)` if you need LiteBag
1515
to update on additional events. Your function will be called once for
1616
every itembutton, with the itembutton as the argument.
1717

0 commit comments

Comments
 (0)