From b32d8568dd40829e8914a983adf8b4e06ebbb49b Mon Sep 17 00:00:00 2001 From: Meow <30401521+me0wg4ming@users.noreply.github.com> Date: Sat, 28 Feb 2026 08:43:40 +0100 Subject: [PATCH] readme update readme update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81b8abf6..6ac49c2b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ This version includes significant performance improvements, DLL-enhanced feature ### 🔗 libdebuff External Hook System (libs/libdebuff.lua) -Full event hook system exposed on `pfUI` global — external addons from other creators can now register callbacks for all events processed by libdebuff without registering duplicate event listeners. +Full event hook system exposed on `pfUI` global. +This is for external addons from other creators that want to register callbacks for all events processed by libdebuff without registering duplicate event listeners. +(always make sure to do this as an optional variant if you want your addon to still work without libdebuff from pfui) **Usage:** ```lua