Add a missing dash to the svgo precision option in the contributing guide (#962)

This commit is contained in:
Metaa 2018-08-31 10:20:46 +02:00 committed by Eric Cornelissen
parent 2a7a1ac112
commit dd97f13ff4

View File

@ -77,7 +77,7 @@ All icons in Simple Icons have been optimized with the [SVGO tool](https://githu
* Install SVGO
* With npm: `npm install -g svgo`
* With Homebrew: `brew install svgo`
* Run the following command `svgo -precision=3 icon.svg icon.min.svg`
* Run the following command `svgo --precision=3 icon.svg icon.min.svg`
* Check if there is a loss of quality in the output, if so increase the precision.
* The [SVGOMG Online Tool](https://jakearchibald.github.io/svgomg/)
* Click "Open SVG" and select an SVG file.