From d506b083d4a7b2e5600317bd44ca1dba97709fe8 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Fri, 13 May 2022 15:14:14 -0700 Subject: [PATCH] Fix syntax highlighting --- README.md | 2 +- index.html | 18 +++++++++++------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 97f00a96f..988cd53f6 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`express-zod-api`](https://github.com/RobinTail/express-zod-api): Build Express-based APIs with I/O schema validation and custom middlewares. - [`zod-to-json-schema`](https://github.com/StefanTerdell/zod-to-json-schema): Convert your Zod schemas into [JSON Schemas](https://json-schema.org/). - [`json-schema-to-zod`](https://github.com/StefanTerdell/json-schema-to-zod): Convert your [JSON Schemas](https://json-schema.org/) into Zod schemas. [Live demo](https://StefanTerdell.github.io/json-schema-to-zod-react/). -- [`json-to-zod`](https://github.com/rsinohara/json-to-zod): Convert JSON objects into Zod schemas. [Live deme](https://rsinohara.github.io/json-to-zod-react/). +- [`json-to-zod`](https://github.com/rsinohara/json-to-zod): Convert JSON objects into Zod schemas. [Live demo](https://rsinohara.github.io/json-to-zod-react/). - [`zod-dto`](https://github.com/kbkk/abitia/tree/master/packages/zod-dto): Generate Nest.js DTOs from a Zod schema. - [`soly`](https://github.com/mdbetancourt/soly): Create CLI applications with zod. - [`graphql-codegen-typescript-validation-schema`](https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema): GraphQL Code Generator plugin to generate form validation schema from your GraphQL schema diff --git a/index.html b/index.html index 014aa7578..72f7f85ac 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ /> + - +