diff --git a/projector-plugin/README.md b/projector-plugin/README.md index ea9b4c79..e35aa8d9 100644 --- a/projector-plugin/README.md +++ b/projector-plugin/README.md @@ -9,7 +9,9 @@ Projector doesn't support that. The plugin is published here: -* **[Get from Marketplace](https://plugins.jetbrains.com/plugin/16015-projector)!** + + get from marketplace + You can also find it in your IDE (the plugin is named as "Projector") and install it. @@ -21,7 +23,7 @@ New widget `Projector` will appear in the toolbar. To attract user's attention to something, the plugin can display a notification. A notification can be easily closed by pressing the "Got It" button. Message example: -![](hello.png) +![](images/hello.png) The following notifications are used (please note that we do our best to avoid showing any of them often): - **Greeting message** - displayed for each new plugin installation (but no more than once a day) diff --git a/projector-plugin/images/button.png b/projector-plugin/images/button.png new file mode 100644 index 00000000..eefeea23 Binary files /dev/null and b/projector-plugin/images/button.png differ diff --git a/projector-plugin/hello.png b/projector-plugin/images/hello.png similarity index 100% rename from projector-plugin/hello.png rename to projector-plugin/images/hello.png