diff --git a/pages/common/svgo.md b/pages/common/svgo.md index 884330ddef..cd10847efc 100644 --- a/pages/common/svgo.md +++ b/pages/common/svgo.md @@ -10,7 +10,7 @@ - Optimize a file and save the result to another file: -`svgo {{test.svg}} {{test.min.svg}}` +`svgo {{test.svg}} -o {{test.min.svg}}` - Optimize all SVG files within a directory (overwrites the original files):