From 259417c2da61663b37943ccb754761345150fe77 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sat, 26 Aug 2023 01:26:06 +0200 Subject: [PATCH] add note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d8849e..f67d88b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ See `--help`. Options that take multiple arguments can take them either via comm ## Config File -Put a `updates.config.js` or `updates.config.mjs` in the root of your project, usually besides `package.json` to configure certain options of the module. CLI arguments have precedence over options in the config file. +Put a `updates.config.js` or `updates.config.mjs` in the root of your project, usually besides `package.json` to configure certain options of the module. CLI arguments have precedence over options in the config file, except for `include` and `exclude` options which are merged. ```js export default {