Skip to content

Commit

Permalink
Merge pull request #222 from storybookjs/shilman/fix-readme
Browse files Browse the repository at this point in the history
README: Fix main.js for 7.0+
  • Loading branch information
shilman committed Jan 7, 2024
2 parents 9112e46 + 4bf4dfe commit 14e73b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
};
```
Expand Down

0 comments on commit 14e73b9

Please sign in to comment.