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 b569e1a commit 53bee3dCopy full SHA for 53bee3d
readme.md
@@ -22,7 +22,7 @@ $ npm install posthtml-parser
22
</a>
23
```
24
```js
25
-import parser from 'posthtml-parser'
+import { parser } from 'posthtml-parser'
26
import fs from 'fs'
27
28
const html = fs.readFileSync('path/to/input.html', 'utf-8')
0 commit comments