From fa0559512ba1ea384c210de3498a327d865f162b Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Fri, 5 Sep 2014 16:26:51 +0200 Subject: [PATCH] Fixed incorrect documentation for multiple plugins --- docs/Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Plugins.md b/docs/Plugins.md index e48cb03..dfa6eb7 100644 --- a/docs/Plugins.md +++ b/docs/Plugins.md @@ -70,7 +70,7 @@ $plugins->attach(new ExamplePlugin($database, $settings)); Select the table `lychee_settings` and edit the value of `plugins` to the path of your plugin. The path must be relative from the `plugins/`-folder: `ExamplePlugin/index.php`. -Divide multiple plugins with commas: `Plugin01/index.php,Plugin02/index.php`. +Divide multiple plugins with semicolons: `Plugin01/index.php;Plugin02/index.php`. ### Available hooks