Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens authored Sep 14, 2019
1 parent b5d6157 commit 8cc6071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-mdx/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module.exports = withMDX()

## Top level .mdx pages

Define the `pagesExtensions` option to have Next.js handle `.mdx` files in the `pages` directory as pages:
Define the `pageExtensions` option to have Next.js handle `.mdx` files in the `pages` directory as pages:

```js
// next.config.js
Expand Down

1 comment on commit 8cc6071

@timneutkens
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.