diff --git a/docs/development/plugins/publishing.md b/docs/development/plugins/publishing.md index d0dff59c695..dcd6105d2d2 100644 --- a/docs/development/plugins/publishing.md +++ b/docs/development/plugins/publishing.md @@ -32,7 +32,7 @@ Replace `` and `` with your name and email, r npm run build healdamp-plugin package ``` -It will create a tarball of the plugin in the format that is accepted by headlamp and also print the checksum of the tarball that we will use in the next step. +It will create a tarball of the plugin in a Headlamp-accepted format and also print the checksum of the tarball that we will use in the next step. 2. Create a new release on GitHub for your plugin. 3. Tag the release with a semantic version number (e.g., v1.0.0). 4. Upload the built plugin files as assets to this release.