Skip to content

Commit f85df19

Browse files
committed
docs: fix typo
1 parent d657ae8 commit f85df19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Run `npm install rehype-join-line`.
4343

4444
```js
4545
const rehype = require('rehype');
46-
const rehypeJoinLine = require('rehype-join-lin');
46+
const rehypeJoinLine = require('rehype-join-line');
4747

4848
rehype()
4949
.use(rehypeJoinLine)
@@ -57,7 +57,7 @@ rehype()
5757
const withMDX = require('@next/mdx')({
5858
extension: /\.(md|mdx)?$/,
5959
options: {
60-
rehypePlugins: [require('rehype-join-lin')],
60+
rehypePlugins: [require('rehype-join-line')],
6161
},
6262
})
6363

0 commit comments

Comments
 (0)