diff --git a/README.md b/README.md index 3187887..990a6ec 100644 --- a/README.md +++ b/README.md @@ -17,23 +17,19 @@ npm install -g svgo-ll ## Command-line usage -Process single files: +To process a single file with the default settings for **svgo-ll** version 5: ```sh -svgo-ll one.svg two.svg -o one.min.svg two.min.svg +svgo-ll -i one.svg -o one.min.svg ``` -Process a directory of files recursively with `-f`/`--folder`: +To process a single file with the latest settings (which will become the defaults for **svgo-ll** version 6): ```sh -svgo-ll -f path/to/directory_with_svgs -o path/to/output_directory +svgo-ll --preset next -i one.svg -o one.min.svg ``` -Help for advanced usage: - -```sh -svgo-ll --help -``` +For more detailed options, see the [command line option documentation](https://github.com/svg-utils/svgo-ll/blob/main/docs/command-line-options.md) or [FAQ](https://github.com/svg-utils/svgo-ll/blob/main/docs/faq.md). ## Configuration diff --git a/docs/04-plugins/mergeStyles.mdx b/docs/04-plugins/mergeStyles.mdx deleted file mode 100644 index 0f33628..0000000 --- a/docs/04-plugins/mergeStyles.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: mergeStyles -svgo: - pluginId: mergeStyles - defaultPlugin: true ---- - -Merge multiple `