From 2ed46efe1fc689ed7f25aa2a3012ad6e2315d2b0 Mon Sep 17 00:00:00 2001 From: Yue Yang Date: Wed, 14 Feb 2024 19:12:24 +0800 Subject: [PATCH] docs: update link and description of conform integration --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ae24bcaf..f4e5fdde5 100644 --- a/README.md +++ b/README.md @@ -526,8 +526,8 @@ There are a growing number of tools that are built atop or support Zod natively! - [`koa-zod-router`](https://github.com/JakeFenley/koa-zod-router): Create typesafe routes in Koa with I/O validation using Zod. #### Form integrations - -- [`conform`](https://conform.guide/api/zod): A progressive enhancement first form validation library for Remix and React Router + +- [`conform`](https://conform.guide/api/zod/parseWithZod): A type-safe form validation library utilizing web fundamentals to progressively enhance HTML Forms with full support for server frameworks like Remix and Next.js. - [`react-hook-form`](https://github.com/react-hook-form/resolvers#zod): A first-party Zod resolver for React Hook Form. - [`zod-validation-error`](https://github.com/causaly/zod-validation-error): Generate user-friendly error messages from `ZodError`s. - [`zod-formik-adapter`](https://github.com/robertLichtnow/zod-formik-adapter): A community-maintained Formik adapter for Zod.