Skip to content

Commit

Permalink
Update filename
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Horky <[email protected]>
  • Loading branch information
karlhorky authored Jul 23, 2024
1 parent 51354dc commit 3de41ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -811,10 +811,10 @@ MDX files can be imported in [Bun][] by using
<summary>Expand example</summary>

```toml path="bunfig.toml"
preload = ["./bunMdxEsbuild.ts"]
preload = ["./bun-mdx.ts"]
```

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

Expand Down

0 comments on commit 3de41ee

Please sign in to comment.