From 7b5b676e8e4d2b68b472000f29ab21199bcab3da Mon Sep 17 00:00:00 2001 From: Christian Wenz Date: Mon, 27 Apr 2020 15:49:18 +0200 Subject: [PATCH] Update README.md (stress that it's -O, not -0) Fixes #38 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9decfe8..a35051c 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,8 @@ or a fine-grained configuration given via a string. Please note that level 1 optimization options are generally safe while level 2 optimizations should be safe for most users. +Important: The `-O` option is using the capital letter O (as in "Oscar"), not the number zero. + ### Level 0 optimizations 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.