Update README.md
authorHermet Park <hermetpark@gmail.com>
Wed, 27 Oct 2021 11:58:45 +0000 (20:58 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 28 Oct 2021 06:19:31 +0000 (15:19 +0900)
README.md

index cf6e57d..f0a83a6 100644 (file)
--- 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)
 <br />