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 75153ce commit 6c308faCopy full SHA for 6c308fa
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