diff --git a/README.md b/README.md index 7b54b3a85..54a89885d 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,10 @@ Process single files: svgo one.svg two.svg -o one.min.svg two.min.svg ``` -Process a directory of files recursively with `-f`/`--folder`: +Process a directory of files recursively with `-r`/`--recursive` and `-f`/`--folder`: ```sh -svgo -f path/to/directory_with_svgs -o path/to/output_directory +svgo -rf path/to/directory_with_svgs -o path/to/output_directory ``` Help for advanced usage: