Skip to content

Commit

Permalink
Updated recursive usage example (#2070)
Browse files Browse the repository at this point in the history
Fixes #2069
  • Loading branch information
simonarnell authored Sep 4, 2024
1 parent 9078e8c commit 50fc3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 50fc3c9

Please sign in to comment.