From afa100c425cd47bb53e9bb6e26114e7d778e5cc9 Mon Sep 17 00:00:00 2001 From: nereumelo Date: Mon, 4 Sep 2023 09:46:57 -0300 Subject: [PATCH] docs: add `zod-sandbox` to README ecosystem links --- README.md | 1 + deno/lib/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 1996dfada..72816a2c2 100644 --- a/README.md +++ b/README.md @@ -523,6 +523,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 5649249ec..3a9855add 100644 --- a/deno/lib/README.md +++ b/deno/lib/README.md @@ -523,6 +523,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