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 bc97428 commit c5fe218Copy full SHA for c5fe218
1 file changed
README.md
@@ -20,7 +20,7 @@ npm i -D posthtml-include
20
const { readFileSync } = require('fs')
21
22
const posthtml = require('posthtml')
23
-const include = require('include')
+const include = require('posthtml-include')
24
25
const html = readFileSync('index.html')
26
0 commit comments