Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dancingshell committed Oct 1, 2020
1 parent 24f7d82 commit 2b42954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/docs/README.md
Expand Up @@ -165,7 +165,7 @@ The `configureJSX` option is useful when you're writing your docs in MDX and you

`sourceLoaderOptions` is an object for configuring `@storybook/source-loader`. When set to `null` it tells docs not to run the `source-loader` at all, which can be used as an optimization, or if you're already using `source-loader` in your `main.js`.

The `transcludeMarkdown` option enable mdx files to import `.md` files and render them as a component.
The `transcludeMarkdown` option enables mdx files to import `.md` files and render them as a component.
```mdx
import { Meta } from '@storybook/addon-docs/blocks';
import Changelog from '../CHANGELOG.md';
Expand Down

0 comments on commit 2b42954

Please sign in to comment.