diff --git a/assets/README.md b/assets/README.md index 688e433..4df75cc 100644 --- a/assets/README.md +++ b/assets/README.md @@ -1,6 +1,6 @@ -# vtt.svg => vtt.png +# icon.svg => icon.png ``` -convert -background none -geometry 256x256 vtt.svg vtt.png +convert -background none -geometry 256x256 icon.svg icon.png ```