Fixed link
authorNilay Vishwakarma <4-k@users.noreply.github.com>
Tue, 27 Oct 2015 11:58:17 +0000 (17:28 +0530)
committerNilay Vishwakarma <4-k@users.noreply.github.com>
Tue, 27 Oct 2015 11:58:17 +0000 (17:28 +0530)
fixed broken link

README.md

index 4811b72..53703e2 100644 (file)
--- 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)