From: gujunmin <3013366498@qq.com> Date: Sun, 27 Sep 2015 07:46:28 +0000 (+0800) Subject: Update README.md X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=606a2db5ecaf9ae97bc870eb0d26dcbddd5ce9ea;p=clean-css.git Update README.md correct the word 'precedence' in line 198 --- diff --git a/README.md b/README.md index 6a787be3..dc604b98 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ Clean-css will handle it automatically for you (since version 1.1) in the follow * When using the CLI: 1. Use an output path via `-o`/`--output` to rebase URLs as relative to the output file. 2. Use a root path via `-r`/`--root` to rebase URLs as absolute from the given root path. - 3. If you specify both then `-r`/`--root` takes precendence. + 3. If you specify both then `-r`/`--root` takes precedence. * When using clean-css as a library: 1. Use a combination of `relativeTo` and `target` options for relative rebase (same as 1 in CLI). 2. Use a combination of `relativeTo` and `root` options for absolute rebase (same as 2 in CLI).