diff --git a/readme.md b/readme.md index 56d2630..f8d3aa4 100644 --- a/readme.md +++ b/readme.md @@ -56,9 +56,9 @@ type R = Static.Parse // type R = [['X', 'Y', 'Z'] ## Overview -ParseBox is a parsing system designed for embedding domain-specific languages (DSLs) within the TypeScript type system. It provides a set of type-level and runtime combinators that directly map to BNF notation which can be used to parse content either at runtime or statically within the type system. +ParseBox is a parsing system designed to embed domain-specific languages (DSLs) within the TypeScript type system. It provides a set of type-level and runtime combinators that directly map to BNF notation, which can be used to parse content either at runtime or statically within the type system. -ParseBox is written as parsing infrastructure for the [TypeBox](https://github.com/sinclairzx81/typebox) and [LinqBox](https://github.com/sinclairzx81/linqbox) projects, enabling these libraries to support advanced runtime parsing for their respective domains. +ParseBox is written as a parsing infrastructure for the [TypeBox](https://github.com/sinclairzx81/typebox) and [LinqBox](https://github.com/sinclairzx81/linqbox) projects, enabling these libraries to support advanced runtime parsing for their respective domains. License MIT