Skip to content

Commit aaa128c

Browse files
committed
Update readme.md
1 parent bc7d919 commit aaa128c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,22 @@ Files are compressed with [csso](http://css.github.io/csso/).
3939

4040
#### restructure
4141

42-
Type: `Boolean`
42+
Type: `Boolean`
4343
Default: `true`
4444

4545
You can turns __[structural optimizations](http://bem.info/tools/optimizers/csso/description/)__ off.
4646

4747
#### banner
4848

49-
Type: `String`
49+
Type: `String`
5050
Default: `null`
5151

5252
Prefix the compressed source with the given banner, with a linebreak inbetween.
5353

5454

5555
#### report
5656

57-
Choise: `false`, `'min'`, `'gzip'`
57+
Choise: `false`, `'min'`, `'gzip'`
5858
Default: `false`
5959

6060
Either report only minification result or report minification and gzip results. This is useful to see exactly how well clean-css is performing but using `'gzip'` will make the task take 5-10x longer to complete. [Example output](https://github.com/sindresorhus/maxmin#readme).

0 commit comments

Comments
 (0)