motdotla / dotenv-expand

Variable expansion for dotenv. Expand variables already on your machine for use in your .env file.
https://dotenvx.com
BSD 2-Clause "Simplified" License
935 stars 93 forks source link

Fixed minor typo in text #86

Closed paramsiddharth closed 1 year ago

paramsiddharth commented 1 year ago

Fixed minor typo in text

- You can use the `--require` (`-r`) [command line option](https://nodejs.org/api/cli.html#cli_r_require_module) to preload dotenv & dotenv-.
+ You can use the `--require` (`-r`) [command line option](https://nodejs.org/api/cli.html#cli_r_require_module) to preload dotenv & dotenv-expand.
motdotla commented 1 year ago

thanks!