Fixed incorrect documentation for multiple plugins
This commit is contained in:
parent
bcf281a220
commit
fa0559512b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user