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.
2 parents 75153ce + 6c308fa commit 75ee006Copy full SHA for 75ee006
1 file changed
README.md
@@ -22,7 +22,7 @@ __component/button/button.html__
22
23
```javascript
24
var posthtml = require('posthtml'),
25
- html = require('fs').writeFileSync('index.html').toString();
+ html = require('fs').readFileSync('index.html').toString();
26
27
posthtml()
28
.use(require('posthtml-include')({ encoding: 'utf-8' }))
0 commit comments