Skip to content

Commit

Permalink
Merge pull request #68 from davidjb/patch-1
Browse files Browse the repository at this point in the history
Update readme to replace `--level` option with `-O`
  • Loading branch information
jakubpawlowicz committed May 5, 2021
2 parents bc43efc + d11d6ee commit 049e399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -238,10 +238,10 @@ cleancss --inline 'local,remote,!fonts.googleapis.com' one.css
## Optimization levels
The `--level` option can be either `0`, `1` (default), or `2`, e.g.
The `-O` option can be either `0`, `1` (default), or `2`, e.g.
```shell
cleancss --level 2 one.css
cleancss -O2 one.css
```
or a fine-grained configuration given via a string.
Expand Down

0 comments on commit 049e399

Please sign in to comment.