diff --git a/README.md b/README.md index 162fb539..89fd628a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [日本語](./docs/ja/README-ja.md) This library provides TypeScript type definitions and extracted parameters from OpenAPI v3.0.x compliant specifications. -TypeScript AST is used to generate the code, which is accurately converted to TypeScript code. +Template literals are used to generate the code, which is accurately converted to TypeScript code. Since the parameters extracted from OpenAPI can be used freely, it can be used for automatic generation of API Client and Server Side code, load balancer configuration files, etc. ## Playground @@ -436,10 +436,10 @@ export namespace Schemas { } ``` -### Define a code template with TypeScript AST +### Define a code template with Template literals -You can extend your code using the API of TypeScript AST. -You can directly use the API of TypeScript AST or use the wrapper API of TypeScript AST provided by this library. +You can extend your code using the API for generating code. +You can directly use the Template literals or use the wrapper API provided by this library. ```ts import * as Types from "@himenon/openapi-typescript-code-generator/dist/types"; @@ -456,7 +456,7 @@ const generator: Types.CodeGenerator.GenerateFunction