Skip to content

Commit a454edc

Browse files
committed
chore: fixed installation steps
1 parent 6891789 commit a454edc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ A runtime environment variable validator with Zod. inspired on https://github.co
55
## Installation
66

77
```bash
8-
npm install zod-env
8+
npm install zod-environment
99
# or
10-
yarn add zod-env
10+
yarn add zod-environment
1111
# or
12-
pnpm add zod-env
12+
pnpm add zod-environment
1313
# or
14-
bun add zod-env
14+
bun add zod-environment
1515
```
1616

1717
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zod-environment",
33
"type": "module",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/Costiss/zod-environment"

0 commit comments

Comments
 (0)