Skip to content

Commit

Permalink
docs(README): fix typo in options table (options.minRatio) (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
newyork-anthonyng authored and michael-ciniawsky committed Dec 11, 2017
1 parent 1ce3024 commit dc0a554
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 @@ -44,7 +44,7 @@ module.exports = {
|**`filename`**|`{Function}`|`false`|A `{Function}` `(asset) => asset` which receives the asset name (after processing `asset` option) and returns the new asset name|
|**`algorithm`**|`{String\|Function}`|`gzip`|Can be `(buffer, cb) => cb(buffer)` or if a `{String}` is used the algorithm is taken from `zlib`|
|**`threshold`**|`{Number}`|`0`|Only assets bigger than this size are processed. In bytes.|
|**`minRatio`**|`{Number}`|`0.8`|Only assets that compress better that this ratio are processed|
|**`minRatio`**|`{Number}`|`0.8`|Only assets that compress better than this ratio are processed|
|**`deleteOriginalAssets`**|`{Boolean}`|`false`|Whether to delete the original assets or not|

### `test`
Expand Down

0 comments on commit dc0a554

Please sign in to comment.