From: XhmikosR Date: Tue, 26 Feb 2013 16:10:09 +0000 (+0200) Subject: README.md: use the relative path to LICENSE X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8034f70723252102368d22dd6a099651fade945d;p=clean-css.git README.md: use the relative path to LICENSE --- diff --git a/README.md b/README.md index 120ceffc..1039a23e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ npm install clean-css ### How to use clean-css CLI? -Clean-css accepts the following command line arguments (please make sure you use `` as the +Clean-css accepts the following command line arguments (please make sure you use `` as the very last argument to avoid potential issues): ``` @@ -122,4 +122,4 @@ Use the `/*!` notation instead of the standard one `/*`: ## License -Clean-css is released under the [MIT License](http://opensource.org/licenses/MIT). +Clean-css is released under the [MIT License](/LICENSE).