mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 09:54:11 +03:00
Add a missing dash to the svgo precision option in the contributing guide (#962)
This commit is contained in:
parent
2a7a1ac112
commit
dd97f13ff4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user