From af24a2e4cdebdda4e793413f49968a2346c03821 Mon Sep 17 00:00:00 2001 From: Jean Lecordier <47030586+jlecordier@users.noreply.github.com> Date: Tue, 16 Nov 2021 15:58:25 +0100 Subject: [PATCH 1/2] fix various typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dbfd005..a79d7be 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[](https://npmjs.com/packages/node-env-run) [](https://npmjs.com/packages/node-env-run) [](/LICENSE) [! +[](https://npmjs.com/packages/node-env-run) [](https://npmjs.com/packages/node-env-run) [](/LICENSE) [ [](#contributors)
@@ -67,7 +67,7 @@ This module uses under the hood the [`dotenv` module](https://www.npmjs.com/pack ### Usage examples: -**Start up the `main` file in `package.json` with the enviornment variables from `.env`:** +**Start up the `main` file in `package.json` with the environment variables from `.env`:** ```bash nodenv . @@ -143,7 +143,7 @@ nodenv index.js --exec "ts-node" -- --log-level debug `--log-level debug` will be passed to `index.js`. -If you want to do the same with a REPL like node or python you'll have to specify `REPL` explictly, due to some parsing behavior of yargs. For example: +If you want to do the same with a REPL like node or python you'll have to specify `REPL` explicitly, due to some parsing behavior of yargs. For example: ```bash nodenv REPL --exec node -- -e "console.log('hello world!')" From 549dc9594874e82989e01423c70be51b2c1ca626 Mon Sep 17 00:00:00 2001 From: Jean Lecordier <47030586+jlecordier@users.noreply.github.com> Date: Tue, 16 Nov 2021 16:06:10 +0100 Subject: [PATCH 2/2] fix npm links and ci badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a79d7be..42d83c6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[](https://npmjs.com/packages/node-env-run) [](https://npmjs.com/packages/node-env-run) [](/LICENSE) [ +[](https://npmjs.com/package/node-env-run) [](https://npmjs.com/package/node-env-run) [](/LICENSE)  [](#contributors)