Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Nov 21, 2018
1 parent 217a420 commit 7d1de31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you cannot upgrade Go, please pin to **minify@v2.3.6** and **parse@v2.3.4**

---

*Did you know that the shortest valid piece of HTML5 is `<!doctype html><meta charset=utf-8><title>x</title>`? See for yourself at the [W3C Validator](http://validator.w3.org/)!*
*Did you know that the shortest valid piece of HTML5 is `<!doctype html><html lang=en><title>x</title>`? See for yourself at the [W3C Validator](http://validator.w3.org/)!*

Minify is a minifier package written in [Go][1]. It provides HTML5, CSS3, JS, JSON, SVG and XML minifiers and an interface to implement any other minifier. Minification is the process of removing bytes from a file (such as whitespace) without changing its output and therefore shrinking its size and speeding up transmission over the internet and possibly parsing. The implemented minifiers are designed for high performance.

Expand Down

0 comments on commit 7d1de31

Please sign in to comment.