From 3409cd985431b63234c184e254cc5ea727fd90ad Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Fri, 2 Feb 2024 16:36:27 -0800 Subject: [PATCH] Tweak --- README.md | 2 +- deno/lib/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9a61b395..52385dce1 100644 --- a/README.md +++ b/README.md @@ -580,9 +580,9 @@ There are a growing number of tools that are built atop or support Zod natively! #### Utilities for Zod -- [`zod-dev`](https://github.com/schalkventer/zod-dev): Conditionally disables Zod run-time parsing in production. - [`zod_utilz`](https://github.com/JacobWeisenburger/zod_utilz): Framework agnostic utilities for Zod. - [`zod-sandbox`](https://github.com/nereumelo/zod-sandbox): Controlled environment for testing zod schemas. [Live demo](https://zod-sandbox.vercel.app/). +- [`zod-dev`](https://github.com/schalkventer/zod-dev): Conditionally disables Zod runtime parsing in production. ## Installation diff --git a/deno/lib/README.md b/deno/lib/README.md index f9e656f95..52385dce1 100644 --- a/deno/lib/README.md +++ b/deno/lib/README.md @@ -582,6 +582,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`zod_utilz`](https://github.com/JacobWeisenburger/zod_utilz): Framework agnostic utilities for Zod. - [`zod-sandbox`](https://github.com/nereumelo/zod-sandbox): Controlled environment for testing zod schemas. [Live demo](https://zod-sandbox.vercel.app/). +- [`zod-dev`](https://github.com/schalkventer/zod-dev): Conditionally disables Zod runtime parsing in production. ## Installation