Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Nov 25, 2023
1 parent b3a10c1 commit 2283634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ This Vite plugin allows you to validate your environment variables at build or d
No more CI to restart because you are missing an environment variable, or to realize after 10 minutes of debugging that you forgot a variable 🥲

## Features
- Validate your environment variables at build time. No runtime overhead
- Validate your environment variables at **build time only**. No runtime overhead
- Totally type-safe
- Support multiple validation librairies ( [Zod](https://zod.dev/), and [@poppinss/validator-lite](https://github.com/poppinss/validator-lite/) )
- Parsing, validation, transformation
- Parsing, validation and transformation of your variables
- Custom rules and error messages

## Installation
Expand Down

0 comments on commit 2283634

Please sign in to comment.