Skip to content

Commit 06fd9bb

Browse files
committed
update README
1 parent 91bb2d8 commit 06fd9bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,6 @@ By default, `config` will look for a file called .env in the current working dir
366366
Pass in multiple files as an array, and they will be parsed in order and combined with `process.env` (or `option.processEnv`, if set). The first value set for a variable will win, unless the `options.override` flag is set, in which case the last value set will win. If a value already exists in `process.env` and the `options.override` flag is NOT set, no changes will be made to that value.
367367

368368
```js
369-
370-
```js
371369
require('dotenv').config({ path: ['.env.local', '.env'] })
372370
```
373371

0 commit comments

Comments
 (0)