summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 15:06:47 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 15:06:47 -0400
commit5ec5d29793a70cd3d053b97be1fe74ea9d7f67fc (patch)
tree49fb03c43feb9f564403b86a5ee99efed00e9b87
parent18d13b150829289a268b3c940bf55829eb6634e2 (diff)
downloadslackbuilds-5ec5d29793a70cd3d053b97be1fe74ea9d7f67fc.tar.gz
slackbuilds-5ec5d29793a70cd3d053b97be1fe74ea9d7f67fc.tar.xz
graphics/png2ico: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--graphics/png2ico/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/png2ico/README b/graphics/png2ico/README
index 1f2e6e210c..bfd76ba5a3 100644
--- a/graphics/png2ico/README
+++ b/graphics/png2ico/README
@@ -1,5 +1,6 @@
-PNG2ico converts PNG files to Windows icon resource files. If you're looking for
-a program to create a favicon.ico for your website, look no further.
+PNG2ico converts PNG files to Windows icon resource files. If you're
+looking for a program to create a favicon.ico for your website, look
+no further.
The program is extremely simple to use. To create a favicon.ico that
contains a logo in the resolutions 16x16 and 32x32 (an icon can contain
@@ -7,4 +8,3 @@ multiple images of different sizes, but a single 16x16 image is enough
for a favicon), you would use a command like the following:
png2ico favicon.ico logo16x16.png logo32x32.png
-