diff --git a/README.md b/README.md index 88fb963..ea40c3c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Storybook × Rsbuild +![Storybook Rsbuild](https://github.com/rspack-contrib/storybook-rsbuild/assets/7237365/00165054-9e3e-4a15-8a99-27985989b9d2) + The repository contains the Storybook Rsbuild builder and framework integrations for UI frameworks. | package | description | @@ -29,7 +31,7 @@ In Storybook v8, you don't need to manually install storybook-builder-rsbuild, i const config: StorybookConfig = { framework: 'storybook-react-rsbuild', rsbuildFinal: (config) => { - // Customize the final webpack config here + // Customize the final Rsbuild config here return config; }, }; @@ -53,7 +55,7 @@ You're all set now. You could also checkout the example in [sandboxes/react-rsbu const config: StorybookConfig = { framework: 'storybook-vue3-rsbuild', rsbuildFinal: (config) => { - // Customize the final webpack config here + // Customize the final Rsbuild config here return config; }, };