From a4c552d6f58d246448037519455387369ff3171f Mon Sep 17 00:00:00 2001 From: Jan Lerking Date: Fri, 28 Mar 2025 18:28:58 +0100 Subject: [PATCH] README updated. /JL --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 737fe25..fd36701 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ I didn't find anything that suited my needs, so I decided to make my own plugin It simply contains 2 classes, one for the plugin system and one abstraction base class for the plugins themselves. At the moment only 4 functions are available: -- Attach + +- Attach - including call to pre-load data in plugin. - Run - Stop - Detach