Skip to content

Commit

Permalink
docs: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum authored Jun 27, 2019
1 parent a2f0b2d commit 2a7130c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ $ posthtml --help
## Options
```json
{
input: 'src/*.html',
output: 'dist',
plugins: {
'posthtml-plugin-name': {
property: 'value'
"input": "src/*.html",
"output": "dist",
"plugins": {
"posthtml-plugin-name": {
"property": "value"
}
}
};
Expand Down

0 comments on commit 2a7130c

Please sign in to comment.