From 95ea7d8ae9d4f89f3d81f86b6d40a7c7e6a40e92 Mon Sep 17 00:00:00 2001 From: "Marc J. Schmidt" Date: Mon, 17 Oct 2022 23:10:22 +0200 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d28cae8..89ab712 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ export type ReadUser = Omit export type CreateUser = Omit; ``` -With TypeRunner this will be possible and thus has the possibility to replace JSON schema with a much more powerful way of defining schemas. +With TypeRunner this will be possible and thus has the potential to replace JSON schema with a much more powerful way of defining schemas. It doesn't stop with JSON schema however: ORM, GraphQL, gRPC, Protocol buffer, and many more technologies that rely on schema information can rely on the powerful TypeScript type system to increase usability and efficiency dramatically. This brings isomorphic TypeScript to a whole new level.