Browse Source

Fix: Fix typo

pull/207/head
winkidney 4 years ago
parent
commit
4314ee6b27
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/src/plugin-system.md

+ 2
- 2
docs/src/plugin-system.md View File

@@ -49,9 +49,9 @@ left blank to fill, coming soon...


# Install Plugin in Docker
If you have some plugin which named `hello.py` and a have a `Plugin` class inside.
If you have a plugin named `hello.py` and it have a `Plugin` class inside.

You could just copy them to directory `pinry_plugins/batteries`.
You could just copy it to directory `pinry_plugins/batteries`.

Now add config to local_settings.py



Loading…
Cancel
Save