From: Nilay Vishwakarma <4-k@users.noreply.github.com> Date: Tue, 27 Oct 2015 11:58:17 +0000 (+0530) Subject: Fixed link X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ad0f13d68467592488fb7eef5926eb6f0ef7d977;p=clean-css.git Fixed link fixed broken link --- diff --git a/README.md b/README.md index 4811b72f..53703e21 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ CleanCSS constructor accepts a hash as a parameter, i.e., * `advanced` - set to false to disable advanced optimizations - selector & property merging, reduction, etc. * `aggressiveMerging` - set to false to disable aggressive merging of properties. * `benchmark` - turns on benchmarking mode measuring time spent on cleaning up (run `npm run bench` to see example) -* `compatibility` - enables compatibility mode, see [below for more examples](#how-to-set-compatibility-mode) +* `compatibility` - enables compatibility mode, see [below for more examples](#how-to-set-a-compatibility-mode) * `debug` - set to true to get minification statistics under `stats` property (see `test/custom-test.js` for examples) * `inliner` - a hash of options for `@import` inliner, see [test/protocol-imports-test.js](https://github.com/jakubpawlowicz/clean-css/blob/master/test/protocol-imports-test.js#L372) for examples, or [this comment](https://github.com/jakubpawlowicz/clean-css/issues/612#issuecomment-119594185) for a proxy use case. * `keepBreaks` - whether to keep line breaks (default is false)