Skip to content

Commit 2a7130c

Browse files
authored
docs: update example
1 parent a2f0b2d commit 2a7130c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ $ posthtml --help
3939
## Options
4040
```json
4141
{
42-
input: 'src/*.html',
43-
output: 'dist',
44-
plugins: {
45-
'posthtml-plugin-name': {
46-
property: 'value'
42+
"input": "src/*.html",
43+
"output": "dist",
44+
"plugins": {
45+
"posthtml-plugin-name": {
46+
"property": "value"
4747
}
4848
}
4949
};

0 commit comments

Comments
 (0)