From 6652418fa425e78bc1b003953d370c3526cad295 Mon Sep 17 00:00:00 2001 From: cpaulve-1A <110408057+cpaulve-1A@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:44:51 +0100 Subject: [PATCH] Update packages/@ama-sdk/schematics/README.md Co-authored-by: Florian PAUL <110407799+fpaul-1A@users.noreply.github.com> --- packages/@ama-sdk/schematics/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@ama-sdk/schematics/README.md b/packages/@ama-sdk/schematics/README.md index 929627a61d..8f4d5cc4fa 100644 --- a/packages/@ama-sdk/schematics/README.md +++ b/packages/@ama-sdk/schematics/README.md @@ -96,8 +96,8 @@ You can also use npx instead of yarn in the command. You can correlate this data model with the [templates](https://github.com/AmadeusITGroup/otter/tree/main/packages/%40ama-sdk/schematics/schematics/typescript/core/openapi-codegen-typescript/src/main/resources/typescriptFetch) used by the generator. ### Going further -For more information on the sdk generated and how the framework supports different feature such as the Composition, you -can refer to the sdk dedicated documentation: +For more information on the generated SDK and how the framework supports different feature such as the Composition, you +can refer to the dedicated SDK documentation: - [Generated SDK hierarchy and extension](https://github.com/AmadeusITGroup/otter/blob/main/docs/sdk-tools/SDK_MODELS_HIERARCHY.md) - [Composition and Inheritance support](https://github.com/AmadeusITGroup/otter/blob/main/docs/sdk-tools/COMPOSITION_INHERITANCE.md)