From a5d150db0e1d0962c32d8a5411b691c25678ab7f Mon Sep 17 00:00:00 2001 From: Ahmet Simsek Date: Tue, 25 Jul 2023 23:26:43 +0300 Subject: [PATCH] Update README.md (#11) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b3e7d4..9597fa4 100644 --- a/README.md +++ b/README.md @@ -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: [