Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -815,10 +815,10 @@ MDX files can be imported in [Bun][] by using
```

```js twoslash path="bun-mdx.ts"
import {plugin} from 'bun'
import mdx from '@mdx-js/esbuild'
import { BunPlugin, plugin } from 'bun'

plugin(mdx())
await plugin(mdx() as unknown as BunPlugin)
```
</details>

Expand Down