From 606a2db5ecaf9ae97bc870eb0d26dcbddd5ce9ea Mon Sep 17 00:00:00 2001 From: gujunmin <3013366498@qq.com> Date: Sun, 27 Sep 2015 15:46:28 +0800 Subject: [PATCH] Update README.md correct the word 'precedence' in line 198 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.34.1