Skip to content

Commit 27de96b

Browse files
committed
Fix typo
1 parent 0fc2b92 commit 27de96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ npm install mdast-util-to-markdown
2323
Say we have the following script, `example.js`:
2424

2525
```js
26-
var toMarkdown = require('.')
26+
var toMarkdown = require('mdast-util-to-markdown')
2727

2828
var tree = {
2929
type: 'root',

0 commit comments

Comments
 (0)