Skip to content

Commit

Permalink
Update README.md (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonbourne committed Jul 9, 2023
1 parent 626efbf commit fbab550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following script:
import { readFile } from 'node:fs/promises'

import { compile } from '@mdx-js/mdx'
import { rehypeMdxCodeProps } from 'rehype-mdx-code-props'
import rehypeMdxCodeProps from 'rehype-mdx-code-props'

const { value } = await compile(await readFile('example.mdx'), {
jsx: true,
Expand Down

0 comments on commit fbab550

Please sign in to comment.