diff --git a/Guide.md b/Guide.md index 29cdec9..8414623 100644 --- a/Guide.md +++ b/Guide.md @@ -6,7 +6,9 @@ 3. Create a class that inherits from `DesktopMagicPluginAPI.Plugin` -4. Implement the reqired members from `DesktopMagicPluginAPI.Plugin` +4. Implement the required members from `DesktopMagicPluginAPI.Plugin` + +5. Compile it into a `.dll` file and in the plugin directory create a directory with the same name as the `.dll` file without the file extension and put the `.dll` file with all required dependencies into it. ## Examples