Skip to content

Commit

Permalink
Merge pull request #851 from pouwerkerk/master
Browse files Browse the repository at this point in the history
Fix minor typo in README to indicate use is for env vars
  • Loading branch information
motdotla authored Jan 8, 2025
2 parents 3ca0fd0 + b086bd4 commit d65539a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ require('dotenv').config({ override: true })

Default: `process.env`

Specify an object to write your secrets to. Defaults to `process.env` environment variables.
Specify an object to write your environment variables to. Defaults to `process.env` environment variables.

```js
const myObject = {}
Expand Down

0 comments on commit d65539a

Please sign in to comment.