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 34906c1 commit e252a69Copy full SHA for e252a69
1 file changed
readme.md
@@ -164,7 +164,7 @@ const extend = require('posthtml-extend');
164
const root = './src/html';
165
const options = { root, strict: false };
166
167
-posthtml([extends(options)]).then(result => console.log(result.html));
+posthtml([extend(options)]).then(result => console.log(result.html));
168
```
169
170
### slot/fill
0 commit comments