From caf4d846fcaa25387af02029da6df0a03d473a05 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Wed, 27 Oct 2021 20:58:45 +0900 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf6e57d7..f0a83a66 100644 --- a/README.md +++ b/README.md @@ -330,10 +330,11 @@ Alternatively, you can add the `svg2tvg` value to the `tools` option in `meson_o Examples of the usage of the `svg2tvg`: ``` Usage: - svg2tvg [SVG file] + svg2tvg [SVG file] or [SVG folder] Examples: $ svg2tvg input.svg + $ svg2tvg svgfolder ``` [Back to contents](#contents)