diff --git a/README.md b/README.md index 6a02992..781e244 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ pnpm add -D @storybook/addon-designs ### 2. Register the addon in `main.js` ```js -module.exports = { +export default { addons: ["@storybook/addon-designs"], }; ```