From df8cabc9d70efddf3e976f6e79bbdcd049c1d4c4 Mon Sep 17 00:00:00 2001 From: Julien Date: Tue, 21 Jan 2025 14:15:34 +0100 Subject: [PATCH] docs: update --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5a664f6..ee95342 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,6 @@ interface ImportMetaEnv extends ImportMetaEnvAugmented { Here is an example of how to use it with the plugin: ```ts -// Zod validation import { defineConfig } from '@julr/vite-plugin-validate-env' import { z } from 'zod' import * as v from 'valibot'