Skip to content

Commit

Permalink
Merge pull request #86 from paramsiddharth/patch-1
Browse files Browse the repository at this point in the history
Fixed minor typo in text
  • Loading branch information
motdotla committed Dec 16, 2022
2 parents b5bd4f9 + d1ce22b commit 9cbfcfc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -96,8 +96,7 @@ That's it. `process.env` now has the expanded keys and values you defined in you

### Preload

You can use the `--require` (`-r`) [command line option](https://nodejs.org/api/cli.html#cli_r_require_module) to preload dotenv & dotenv-
. By doing this, you do not need to require and load dotenv or dotenv-expand in your application code. This is the preferred approach when using `import` instead of `require`.
You can use the `--require` (`-r`) [command line option](https://nodejs.org/api/cli.html#cli_r_require_module) to preload dotenv & dotenv-expand. By doing this, you do not need to require and load dotenv or dotenv-expand in your application code. This is the preferred approach when using `import` instead of `require`.

```bash
$ node -r dotenv-expand/config your_script.js
Expand Down

0 comments on commit 9cbfcfc

Please sign in to comment.