Skip to content

Commit 07de37b

Browse files
Update license reference
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent a5e1af6 commit 07de37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,6 @@ A typical example is HTML. Whitespace is significant in HTML, meaning that space
732732
Another example is JavaScript. Single or double quoted string literals may not contain newline characters but instead need to escape them as `\n`. These are two bytes instead of a single newline byte. Using template literals it is allowed to have literal newline characters and we can use that fact to shave-off one byte! The result is that the minified output contains newlines instead of escaped newline characters, which makes the final file size smaller. Of course, changing from single or double quotes to template literals depends on other factors as well, and this minifier makes a calculation whether the template literal results in a shorter file size or not before converting a string literal.
733733

734734
## License
735-
Released under the [MIT license](LICENSE.md).
735+
Released under the [MIT license](LICENSE).
736736

737737
[1]: http://golang.org/ "Go Language"

0 commit comments

Comments
 (0)