Skip to content

Commit 67c139a

Browse files
committed
updated doc
1 parent 782007c commit 67c139a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/smartui-storybook-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ npm install @lambdatest/smartui-storybook -g
101101

102102
Add the following to your .storybook/main.js. You can read more about this here Storybook [Feature flags](https://storybook.js.org/docs/react/configure/overview#feature-flags)
103103

104-
```js title=".storybook/main.js"
104+
```js
105105
module.exports = {
106106
features: {
107-
// Required for Storybook > v9
107+
// Required for Storybook < v9
108108
buildStoriesJson: true,
109109
},
110110
};

0 commit comments

Comments
 (0)