Skip to content

Commit 15ade25

Browse files
authored
Update the broken reference link to require module
1 parent 0e00497 commit 15ade25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ console.log(typeof config, config) // object { BASIC : 'basic' }
102102

103103
### Preload
104104

105-
You can use the `--require` (`-r`) [command line option](https://nodejs.org/api/cli.html#cli_r_require_module) to preload dotenv. By doing this, you do not need to require and load dotenv in your application code.
105+
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.
106106

107107
```bash
108108
$ node -r dotenv/config your_script.js

0 commit comments

Comments
 (0)