Skip to content

Commit 8244950

Browse files
committed
Update README
1 parent 3f9a7c8 commit 8244950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Deploy environment variables from `.env` and `.env-cmdrc.json` files to Vercel.
99
``` bash
1010
npm add -g deploy-env
1111
```
12-
> Note: `deploy-env` expects the Vercel CLI to be installed globally with `npm add -g vercel`
12+
> `deploy-env` expects the Vercel CLI to be installed globally with `npm add -g vercel`
1313
1414

1515
## Usage
@@ -44,7 +44,7 @@ Run the command:
4444
``` bash
4545
deploy-env [production | preview | development] [ENV_VAR]...
4646
```
47-
> Note: You can use `dpl-env` as an alias for `deploy-env`
47+
> `dpl-env` can be used as an alias for `deploy-env`
4848
4949
> If a `.env.[environment]` file doesn't exist when running: `deploy-env [environment]`, the `.env` file will be used and deployed to the environment specified in the command
5050

0 commit comments

Comments
 (0)