We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d657ae8 commit f85df19Copy full SHA for f85df19
README.md
@@ -43,7 +43,7 @@ Run `npm install rehype-join-line`.
43
44
```js
45
const rehype = require('rehype');
46
-const rehypeJoinLine = require('rehype-join-lin');
+const rehypeJoinLine = require('rehype-join-line');
47
48
rehype()
49
.use(rehypeJoinLine)
@@ -57,7 +57,7 @@ rehype()
57
const withMDX = require('@next/mdx')({
58
extension: /\.(md|mdx)?$/,
59
options: {
60
- rehypePlugins: [require('rehype-join-lin')],
+ rehypePlugins: [require('rehype-join-line')],
61
},
62
})
63
0 commit comments