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 32f9f96 commit c6231c7Copy full SHA for c6231c7
1 file changed
readme.md
@@ -40,8 +40,8 @@ $ posthtml --help
40
```js
41
module.exports = {
42
plugins: {
43
- 'posthtml-plugin': {
44
- foo: 'bar'
+ 'posthtml-plugin-name': {
+ property: 'value'
45
}
46
47
};
0 commit comments