Skip to content

Commit 4d2256a

Browse files
authored
Merge pull request #57 from pedbernardo/patch-1
doc: Fix `posthtml-include` name from example
2 parents 34171f6 + 35e5f26 commit 4d2256a

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
@@ -64,7 +64,7 @@ __components/button.html__
6464
const { readFileSync } = require('fs')
6565

6666
const posthtml = require('posthtml')
67-
const include = require('include')
67+
const include = require('posthtml-include')
6868

6969
const html = readFileSync('index.html')
7070

0 commit comments

Comments
 (0)