Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Jan 25, 2025
1 parent b13d46b commit 999c8c6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ pnpm add @t3-oss/env-core zod
pnpm add @t3-oss/env-nextjs zod
```

> Currently only supports Zod (which you'll need to install separately). Bring your own validation library is on the roadmap.
> [!NOTE]
>
> You may use any Standard Schema compliant validator of your choice. This example uses Zod

## Usage

> For full documentation, see https://env.t3.gg
This package supports the full power of Zod, meaning you can use `transforms` and `default` values.
This package supports the full power of Zod/Valibot etc, meaning you can use `transforms` and `default` values.

### Define your schema

Expand Down

0 comments on commit 999c8c6

Please sign in to comment.