diff --git a/README.md b/README.md index a786af1..b2d4062 100644 --- a/README.md +++ b/README.md @@ -214,16 +214,16 @@ class ZebraLabelPlugin(LabelPrintingMixin, SettingsMixin, IntegrationPluginBase) AUTHOR = "Michael Buchmann" DESCRIPTION = "Label printing plugin for Zebra printers" VERSION = ZEBRA_PLUGIN_VERSION - NAME = "Zebra" + NAME = "Zebra labels" SLUG = "zebra" TITLE = "Zebra Label Printer" ``` -The name of the class can be freely chosen. You reference to it in the entry_points section of the setup.py file. +The name of the class can be freely chosen but should be different from SLUG. Otherwise it does not +show up. You reference to it in the entry_points section of the setup.py file. The parameters need to be like in the example. Then there is the description block. The keywords are fixed and need to be like that. The values are found in the UI as shown in the pictures below. -![Admin](https://github.com/SergeoLacruz/inventree-zebra-plugin/blob/master/pictures/plugin_admin.png) ![Config](https://github.com/SergeoLacruz/inventree-zebra-plugin/blob/master/pictures/plugin.png) diff --git a/pictures/plugin_admin.png b/pictures/plugin_admin.png deleted file mode 100644 index a0dd8cf..0000000 Binary files a/pictures/plugin_admin.png and /dev/null differ