From 1e19f1e570b9759267352881b1cacd91d4b6d93e Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Sun, 11 Feb 2024 14:28:50 -0800 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a83e0b..079d4ee 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ The expansion engine roughly has the following rules: You can see a full list of rules [here](https://dotenvx.com/docs/env-file#interpolation). -### How can avoid expanding pre-existing envs already in my `process.env`? +### How can I avoid expanding pre-existing envs (already in my `process.env`, for example `pas$word`)? Modify your `dotenv.config` to write to an empty object and pass that to `dotenvExpand.processEnv`.