From 135ac79a3db647179f9679ea2bc85b2b5e0a4f09 Mon Sep 17 00:00:00 2001 From: sinclairzx81 Date: Sat, 27 Apr 2024 17:54:58 +0900 Subject: [PATCH] Revision 0.32.26 (#852) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 239e894e..6d1aa239 100644 --- a/readme.md +++ b/readme.md @@ -53,7 +53,7 @@ type T = Static // type T = { TypeBox is a runtime type builder that creates in-memory Json Schema objects that infer as TypeScript types. The schematics produced by this library are designed to match the static type checking rules of the TypeScript compiler. TypeBox offers a unified type that can be statically checked by TypeScript and runtime asserted using standard Json Schema validation. -This library is designed to allow Json Schema to compose with a similar flexibility to TypeScript's type system. It can be used as a simple tool to build up complex schematics or integrated into REST and RPC services to help validate data received over the wire. +This library is designed to allow Json Schema to compose similar to how types compose within TypeScript's type system. It can be used as a simple tool to build up complex schematics or integrated into REST and RPC services to help validate data received over the wire. License MIT