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 0fc2b92 commit 27de96bCopy full SHA for 27de96b
readme.md
@@ -23,7 +23,7 @@ npm install mdast-util-to-markdown
23
Say we have the following script, `example.js`:
24
25
```js
26
-var toMarkdown = require('.')
+var toMarkdown = require('mdast-util-to-markdown')
27
28
var tree = {
29
type: 'root',
0 commit comments