Skip to content

Commit c5fe218

Browse files
authored
docs: fix typo
1 parent bc97428 commit c5fe218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ npm i -D posthtml-include
2020
const { readFileSync } = require('fs')
2121

2222
const posthtml = require('posthtml')
23-
const include = require('include')
23+
const include = require('posthtml-include')
2424

2525
const html = readFileSync('index.html')
2626

0 commit comments

Comments
 (0)