Skip to content

Commit

Permalink
Fix frontmatter example
Browse files Browse the repository at this point in the history
Reviewed-by: Titus Wormer <[email protected]>

Closes GH-64.
  • Loading branch information
rschristian authored Jul 2, 2021
1 parent 80e5dd1 commit 0a3676b
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 @@ -2018,7 +2018,7 @@ export const title = 'Hi, ' + name + '!'
Used like so:

```js
import Post from './post.mdx' // Assumes an integration is used to compile MDX -> JS.
import * as Post from './post.mdx' // Assumes an integration is used to compile MDX -> JS.

console.log(Post.title) // Prints 'Hi, World!'
```
Expand Down

0 comments on commit 0a3676b

Please sign in to comment.