summaryrefslogtreecommitdiffstats
path: root/development/jsmin
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-10-13 00:22:38 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:39:15 +0700
commitb7bfa300d044bddea5704216454f22b7d70ad736 (patch)
tree62e551a8976388081d2b1e06cb76f61ea7e98709 /development/jsmin
parent463ae592b5c083cba10d01bd770b51c855930c57 (diff)
downloadslackbuilds-b7bfa300d044bddea5704216454f22b7d70ad736.tar.gz
slackbuilds-b7bfa300d044bddea5704216454f22b7d70ad736.tar.xz
development/jsmin: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jsmin')
-rw-r--r--development/jsmin/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/development/jsmin/README b/development/jsmin/README
index 0fb3858bb2..89eb64a577 100644
--- a/development/jsmin/README
+++ b/development/jsmin/README
@@ -1,6 +1,7 @@
JSMin, The JavaScript Minifier
JSMin is a filter that removes comments and unnecessary whitespace from
-JavaScript files. It typically reduces filesize by half, resulting in faster
-downloads. It also encourages a more expressive programming style because it
-eliminates the download cost of clean, literate self-documentation.
+JavaScript files. It typically reduces filesize by half, resulting in
+faster downloads. It also encourages a more expressive programming
+style because it eliminates the download cost of clean, literate
+self-documentation.