Skip to content

Commit 8e985b5

Browse files
committed
Update README
1 parent 11470cd commit 8e985b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ API_KEY=top_secret_api_key
1818
...
1919
```
2020

21-
You can also make an `.env-cmdrc.json` file with the following format:
21+
You can also make a `.env-cmdrc.json` file with the following format:
2222
``` jsonc
2323
{
2424
"development": {
@@ -73,6 +73,6 @@ A function which deploys environment variables from `.env` and `.env-cmdrc.json`
7373

7474

7575
## Related Projects
76-
[`env-cmd`](https://github.com/toddbluhm/env-cmd) - a simple node program for executing commands using an environment from an env file
76+
[`env-cmd`](https://github.com/toddbluhm/env-cmd) - simple node program for executing commands using an environment from an env file
7777

78-
[`dotenv`](https://github.com/motdotla/dotenv) - a module that loads environment variables from a `.env` file into [`process.env`](https://nodejs.org/docs/latest/api/process.html#process_process_env)
78+
[`dotenv`](https://github.com/motdotla/dotenv) - module that loads environment variables from a `.env` file into [`process.env`](https://nodejs.org/docs/latest/api/process.html#process_process_env)

0 commit comments

Comments
 (0)