From b3753e4ace87b54f254668fef9780c0365fe29fb Mon Sep 17 00:00:00 2001 From: Muhammed Thanish Date: Fri, 2 Sep 2016 17:18:55 +0530 Subject: [PATCH] Use the branch url for notes addon --- src/docs/addons/writing-addons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/addons/writing-addons.js b/src/docs/addons/writing-addons.js index 9e10b47..9c09bb1 100644 --- a/src/docs/addons/writing-addons.js +++ b/src/docs/addons/writing-addons.js @@ -158,7 +158,7 @@ export default { ## Packaging - You can package this addon into a NPM module very easily. Have a look at this [repo](https://github.com/kadirahq/storybook-addon-notes). + You can package this addon into a NPM module very easily. Have a look at this [repo](https://github.com/kadirahq/storybook-addon-notes/tree/version1). In addition to moving the above code to an NPM module, we've set \`react\` and \`@kadira/storybook-addons\` as peer dependencies.