diff --git a/README.md b/README.md index 7f13bff..b2afddf 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ plugins: [ ], /* enable the plugin for all files that match your story name pattern */ overrides: [{ - include: /\/stories\.(ts|tsx)$/, + include: /\.stories\.(ts|tsx)$/, plugins: [ ['babel-plugin-storybook-csf-title', { toTitle: require('./your-to-title-function') }] ]