diff --git a/README.md b/README.md index bf782f48e3..517c141c2d 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ https://cloudconvert.com/svg-to-png to convert the SVG file into the PNGs. With Inkscape you can run: ``` -$ inkscape -w 128 -h 128 logo.svg -e logo-128.png -$ inkscape -w 32 -h 32 logo.svg -e logo-32.png +$ inkscape -w 128 -h 128 logo.svg -o logo-128.png +$ inkscape -w 32 -h 32 logo.svg -o logo-32.png ``` You can also use `rsvg-convert` from the [`librsvg2`](https://formulae.brew.sh/formula/librsvg) package: