From ffc7baa3947e6f15b47d92de2172ea7ecec687b1 Mon Sep 17 00:00:00 2001 From: Lerking Date: Mon, 24 Feb 2025 08:16:07 +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 a83ef58..8237acd 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ 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 subfolders, named as the plugin, inside the 'plugins' folder. -The example.py along with the plugins/example_plugin.py and plugins/example_plugin.json shows the workings of this plugin system. \ No newline at end of file +The example.py along with the plugins/example_plugin/example_plugin.py and plugins/example_plugin/example_plugin.json shows the workings of this plugin system. \ No newline at end of file