Skip to content

Commit

Permalink
Documentation fix for filterType
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenvachon committed Dec 6, 2016
1 parent 3ad88db commit fa97424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const html = `
<div style="display: flex;">Text</div>
`

posthtml([ postcss(postcssPlugins, postcssOptions) ])
posthtml([ postcss(postcssPlugins, postcssOptions, filterType) ])
.process(html)
.then((result) => console.log(result.html))
```
Expand Down

0 comments on commit fa97424

Please sign in to comment.