Skip to content

Commit c6231c7

Browse files
committed
docs: update options example
1 parent 32f9f96 commit c6231c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ $ posthtml --help
4040
```js
4141
module.exports = {
4242
plugins: {
43-
'posthtml-plugin': {
44-
foo: 'bar'
43+
'posthtml-plugin-name': {
44+
property: 'value'
4545
}
4646
}
4747
};

0 commit comments

Comments
 (0)