From 591cc49933088f4a8f8c65c4fb0473fe3207dde2 Mon Sep 17 00:00:00 2001 From: Lerking Date: Mon, 24 Feb 2025 05:56:26 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66f5ddd..31dfe63 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,6 @@ Attach and Detach are used for registrering/unregistrering a module on the syste The Run and Stop functions are mandatory in the plugin modules. The system expects a folder called 'plugins', placed at the root, along side your main python file. -Each plugin should be placed in folders, named as the plugin, inside the 'plugins' folder. +Each plugin should be placed in subfolders, named as the plugin, inside the 'plugins' folder. The example.py along with the example_plugin.py/json shows the workings of this plugin system. \ No newline at end of file