Skip to content

Commit 95799d1

Browse files
authored
Update README.md (stress that it's -O, not -0) (#42)
Fixes #38
1 parent 3e54bba commit 95799d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ or a fine-grained configuration given via a string.
227227
228228
Please note that level 1 optimization options are generally safe while level 2 optimizations should be safe for most users.
229229
230+
Important: The `-O` option is using the capital letter O (as in "Oscar"), not the number zero.
231+
230232
### Level 0 optimizations
231233
232234
Level 0 optimizations simply means "no optimizations". Use it when you'd like to inline imports and / or rebase URLs but skip everything else, e.g.

0 commit comments

Comments
 (0)