diff --git a/README.md b/README.md index 2f1f2121..500e2fc9 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,8 @@ console.log(typeof config, config) // object { BASIC : 'basic' } > > It serves the same purpose (you do not need to require and load dotenv), adds better debugging, and works with ANY language, framework, or platform. – [motdotla](https://github.com/motdotla) +  + You can use the `--require` (`-r`) [command line option](https://nodejs.org/api/cli.html#-r---require-module) to preload dotenv. By doing this, you do not need to require and load dotenv in your application code. ```bash