Skip to content

Commit b132018

Browse files
committed
Update SB version in Readme
1 parent 9120ee9 commit b132018

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
@@ -32,11 +32,11 @@ yarn add --dev @storybook/testing-angular
3232

3333
## Setup
3434

35-
### Storybook 7 and Component Story Format
35+
### Storybook 8 and Component Story Format
3636

37-
This library requires you to be using Storybook version 7, [Component Story Format (CSF)](https://storybook.js.org/docs/angular/api/csf) and [hoisted CSF annotations](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#hoisted-csf-annotations), which is the recommended way to write stories since Storybook 7.
37+
This library requires you to be using Storybook version 8, [Component Story Format (CSF)](https://storybook.js.org/docs/angular/api/csf) and [hoisted CSF annotations](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#hoisted-csf-annotations), which is the recommended way to write stories since Storybook 8.
3838

39-
Essentially, if you use Storybook 7 and your stories look similar to this, you're good to go!
39+
Essentially, if you use Storybook 8 and your stories look similar to this, you're good to go!
4040

4141
```ts
4242
// CSF: default export (meta) + named exports (stories)

0 commit comments

Comments
 (0)