Skip to content

Commit 723b9b2

Browse files
authored
Update README.md
1 parent 6659585 commit 723b9b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ pnpm add --save-dev @stackblitz/storybook-addon-stackblitz
2020

2121
## Usage
2222

23-
Add the following to your `.storybook/main.ts` exports:
23+
Add the following to your `.storybook/main.ts` (or `.storybook/main.js`) exports:
2424

2525
```typescript
2626
export default {
27-
addons: ['@storybook/addon-storysource'],
27+
addons: ['@stackblitz/storybook-addon-stackblitz'],
2828
};
2929
```
3030

31-
Configure the repository URL in the `.storybook/preview.ts`:
31+
Configure the repository URL in the `.storybook/preview.ts` (or `.storybook/preview.js`):
3232
```typescript
3333
export default {
3434
parameters: {

0 commit comments

Comments
 (0)