Skip to content

Commit 0475c14

Browse files
Fixes #12 - lack of quotation in Readme examples.
1 parent 1afe9de commit 0475c14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ cleancss -O1 removeQuotes:off;roundingPrecision:4;specialComments:1 one.css
253253
There is an `all` shortcut for toggling all options at the same time, e.g.
254254
255255
```shell
256-
cleancss -O1 all:off;tidySelectors:on one.css
256+
cleancss -O1 'all:off;tidySelectors:on' one.css
257257
```
258258
259259
### Level 2 optimizations
@@ -286,7 +286,7 @@ cleancss -O2 mergeMedia:off;restructureRules:off;mergeSemantically:on;mergeIntoS
286286
There is an `all` shortcut for toggling all options at the same time, e.g.
287287
288288
```shell
289-
cleancss -O2 all:off;removeDuplicateRules:on one.css
289+
cleancss -O2 'all:off;removeDuplicateRules:on' one.css
290290
```
291291
292292
# As a module

0 commit comments

Comments
 (0)