From 010185d3111e999aef3f5e835b112d904ca4e58e Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Wed, 24 Jan 2024 12:01:04 -0800 Subject: [PATCH] update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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