We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6891789 commit a454edcCopy full SHA for a454edc
README.md
@@ -5,13 +5,13 @@ A runtime environment variable validator with Zod. inspired on https://github.co
5
## Installation
6
7
```bash
8
- npm install zod-env
+ npm install zod-environment
9
# or
10
- yarn add zod-env
+ yarn add zod-environment
11
12
- pnpm add zod-env
+ pnpm add zod-environment
13
14
- bun add zod-env
+ bun add zod-environment
15
```
16
17
## Usage
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "zod-environment",
3
"type": "module",
4
- "version": "0.0.3",
+ "version": "0.0.4",
"repository": {
"type": "git",
"url": "https://github.com/Costiss/zod-environment"
0 commit comments