Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg authored Dec 4, 2024
1 parent c6834de commit d980e68
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ It's generally a good idea to check that you're all set up early in the developm

## Installation

`npm install -D vite-plugin-valibot-env valibot`
```shell
npm install -D vite-plugin-valibot-env valibot`
```

## Usage

Let's start with a very basic example
```ts
```javascript
import { defineConfig } from 'vite';
import * as v from 'valibot';
import valibot from 'vite-plugin-valibot-env';
Expand Down

0 comments on commit d980e68

Please sign in to comment.