summaryrefslogtreecommitdiffstats
path: root/development/jsmin/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/jsmin/README')
-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.