Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Feb 11, 2024
1 parent 04d8752 commit 1e19f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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`.

Expand Down

0 comments on commit 1e19f1e

Please sign in to comment.