From 15ba5a4d4cb5be5af23771de0ba1346b4ba20a0e Mon Sep 17 00:00:00 2001 From: Nereu Melo <52723155+nereumelo@users.noreply.github.com> Date: Wed, 4 Oct 2023 17:29:26 -0300 Subject: [PATCH] docs: add `zod-sandbox` to README ecosystem links (#2707) --- README.md | 1 + deno/lib/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index de8b7e163..845734471 100644 --- a/README.md +++ b/README.md @@ -510,6 +510,7 @@ There are a growing number of tools that are built atop or support Zod natively! #### Utilities for Zod - [`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/). ## Installation diff --git a/deno/lib/README.md b/deno/lib/README.md index de8b7e163..845734471 100644 --- a/deno/lib/README.md +++ b/deno/lib/README.md @@ -510,6 +510,7 @@ There are a growing number of tools that are built atop or support Zod natively! #### Utilities for Zod - [`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/). ## Installation