Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Apr 24, 2023
1 parent ee0847d commit 73d5b9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ console.log(contents)
Roughly yields:

```jsx
export const hello = 'frontmatter'
export const frontmatter = {
hello: 'frontmatter'
}

export default function MDXContent() {
return <p>Rest of document</p>
Expand Down

0 comments on commit 73d5b9e

Please sign in to comment.