diff --git a/docs/docs/source-plugin-tutorial.md b/docs/docs/source-plugin-tutorial.md index 80d0e7286cdd8..446de737cf0b9 100644 --- a/docs/docs/source-plugin-tutorial.md +++ b/docs/docs/source-plugin-tutorial.md @@ -353,9 +353,9 @@ Experiment with different options in your `gatsby-config.js` file to see how tha ## Publishing a plugin -You've built a local plugin for your project, but what if you want to share it with others? `npm` allows you to publish your plugins. Check out the npm docs on [How to Publish & Update a Package](https://docs.npmjs.com/getting-started/publishing-npm-packages) for more info. +Don't publish this particular plugin to npm or the Gatsby Plugin Library, because it's just a sample plugin for the tutorial. However, if you've built a local plugin for your project, and want to share it with others, `npm` allows you to publish your plugins. Check out the npm docs on [How to Publish & Update a Package](https://docs.npmjs.com/getting-started/publishing-npm-packages) for more info. -> **NOTE:** Don't forget to edit your plugin's `package.json` file to include info about your plugin. +> **NOTE:** Once you have published your plugin on `npm`, don't forget to edit your plugin's `package.json` file to include info about your plugin. If you'd like to publish a plugin to the [Gatsby Plugin Library](https://www.gatsbyjs.org/plugins/) (please do, it's really easy!), please follow the [Plugin Authoring guide](https://www.gatsbyjs.org/docs/plugin-authoring/#publishing-a-plugin-to-the-library). ## Summary