Update readme.md

This commit is contained in:
Roni Lehto 2021-04-07 21:17:16 +00:00
parent 966ddbaf80
commit b20c4fef7e

View File

@ -14,10 +14,10 @@ The plugin api was introduced in version **r1.7**, so, you won't find the plugin
Plugins have to be installed in the following fashion: Plugins have to be installed in the following fashion:
* `plugins/` * `plugins/`
* `plugin-id` * `plugin-id/`
* `plugin.json` - the metadata file * `plugin.json` - the metadata file
* `...` - any other files * `...` - any other files
* `another-plugin-id` * `another-plugin-id/`
* `plugin.json` * `plugin.json`
* `...` * `...`