Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ismamz committed Apr 1, 2016
1 parent 06b53ca commit 05378bd
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 @@ -117,7 +117,7 @@ Yields `UsageInfo` objects as described below.
`postcss(doiuse(opts)).process(css)`, where `opts` is:
```javascript
{
browsers: ['ie >= 8', '> 1%'] // an autoprefixer-like array of browsers.
browsers: ['ie >= 8', '> 1%'], // an autoprefixer-like array of browsers.
ignore: ['rem'], // an optional array of features to ignore
ignoreFiles: ['**/normalize.css'], // an optional array of file globs to match against original source file path, to ignore
onFeatureUsage: function(usageInfo) { } // a callback for usages of features not supported by the selected browsers
Expand Down

0 comments on commit 05378bd

Please sign in to comment.