Skip to content

Commit 02fbe06

Browse files
committed
Fix typo
1 parent 305afe5 commit 02fbe06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ And our script, `example.js`, is:
4848
var fs = require('fs')
4949
var parse5 = require('parse5')
5050
var fromParse5 = require('hast-util-from-parse5')
51-
var toEstree = require('.')
51+
var toEstree = require('hast-util-to-estree')
5252
var recast = require('recast')
5353

5454
var hast = fromParse5(parse5.parse(String(fs.readFileSync('example.html'))))

0 commit comments

Comments
 (0)