From: Hermet Park Date: Wed, 27 Oct 2021 11:58:45 +0000 (+0900) Subject: Update README.md X-Git-Tag: accepted/tizen/unified/20211102.024808~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3abade4e66922aa3f23aa3ae9c39cf32c869cdc;p=platform%2Fcore%2Fgraphics%2Ftizenvg.git Update README.md --- diff --git a/README.md b/README.md index cf6e57d..f0a83a6 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)