diff --git a/README.md b/README.md index 2a4432b..29abbd5 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ This guide will help you launch a Penpot plugin from the penpot-plugins reposito In the terminal, navigate to the **penpot-plugins** repository and run `npm install` to install the required dependencies. Then, run `npm start` to launch the plugins wrapper. -After installing the dependencies, choose a plugin to launch. You can either run one of the provided examples or create your own (see "Creating a plugin from scratch" below). -To launch a plugin, Open a new terminal tab and run the appropriate startup script for the chosen plugin. +After installing the dependencies, choose a plugin to launch. You can either run one of the provided examples or create your own (see "Creating a plugin from scratch" below). +To launch a plugin, Open a new terminal tab and run the appropriate startup script for the chosen plugin. For instance, to launch the Contrast plugin, use the following command: diff --git a/docs/create-angular-plugin.md b/docs/create-angular-plugin.md index 591a015..96aff80 100644 --- a/docs/create-angular-plugin.md +++ b/docs/create-angular-plugin.md @@ -4,7 +4,7 @@ This guide walks you through the steps to create an Angular plugin for our platf If you prefer to create the plugin without a specific framework there's also [Creating a Plugin](./create-plugin.md). -Keep in mind that this guide is for creating a plugin **inside `penpot-plugins` monorepo**. If you want to create a plugin outside our environment you can check the [Penpot Plugin Starter Template](https://github.com/penpot/penpot-plugin-starter-template) or the documentation at [Create a Plugin](https://help.penpot.app/technical-guide/plugins/create-a-plugin/). +Keep in mind that this guide is for creating a plugin **inside `penpot-plugins` monorepo**. If you want to create a plugin outside our environment you can check the [Penpot Plugin Starter Template](https://github.com/penpot/penpot-plugin-starter-template) or the documentation at [Create a Plugin](https://help.penpot.app/plugins/create-a-plugin/). Let's dive in. diff --git a/docs/create-plugin.md b/docs/create-plugin.md index e886ff6..ceda560 100644 --- a/docs/create-plugin.md +++ b/docs/create-plugin.md @@ -4,7 +4,7 @@ This guide walks you through the steps to create a plugin for our platform. You' If you prefer to create the plugin with angular, there's also a [Creating a Plugin (angular)](./create-angular-plugin.md). -Keep in mind that this guide is for creating a plugin **inside `penpot-plugins` monorepo**. If you want to create a plugin outside our environment you can check the [Penpot Plugin Starter Template](https://github.com/penpot/penpot-plugin-starter-template) or the documentation at [Create a Plugin](https://help.penpot.app/technical-guide/plugins/create-a-plugin/). +Keep in mind that this guide is for creating a plugin **inside `penpot-plugins` monorepo**. If you want to create a plugin outside our environment you can check the [Penpot Plugin Starter Template](https://github.com/penpot/penpot-plugin-starter-template) or the documentation at [Create a Plugin](https://help.penpot.app/plugins/create-a-plugin/). Let's dive in. diff --git a/libs/plugin-types/README.md b/libs/plugin-types/README.md index a23f2d2..d93947d 100644 --- a/libs/plugin-types/README.md +++ b/libs/plugin-types/README.md @@ -26,4 +26,4 @@ To ensure the typings work correctly in your project, update your tsconfig.json ### Learn more -For more information on how to build plugins using the Penpot PLugin API, refer to the official documentation. You can also explore practical examples in the samples repository to see real-world implementations. +For more information on how to build plugins using the Penpot PLugin API, refer to the official documentation. You can also explore practical examples in the samples repository to see real-world implementations.