Skip to content

Commit

Permalink
Update README.md (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
indatawetrust committed Jul 25, 2023
1 parent cb5cfb1 commit a5d150d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The easiest way to define the options is to directly define the scheme as follow
```ts
// vite.config.ts
import { defineConfig } from "vite";
import { ValidateEnv } from "@julr/vite-plugin-validate-env";
import { Schema, ValidateEnv } from "@julr/vite-plugin-validate-env";

export default defineConfig({
plugins: [
Expand Down

0 comments on commit a5d150d

Please sign in to comment.