Skip to content

Commit 049e399

Browse files
Merge pull request #68 from davidjb/patch-1
Update readme to replace `--level` option with `-O`
2 parents bc43efc + d11d6ee commit 049e399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@ cleancss --inline 'local,remote,!fonts.googleapis.com' one.css
238238
239239
## Optimization levels
240240
241-
The `--level` option can be either `0`, `1` (default), or `2`, e.g.
241+
The `-O` option can be either `0`, `1` (default), or `2`, e.g.
242242
243243
```shell
244-
cleancss --level 2 one.css
244+
cleancss -O2 one.css
245245
```
246246
247247
or a fine-grained configuration given via a string.

0 commit comments

Comments
 (0)