From 91b57ab1544966d17dd9c916494dfb6e2d6ff5ba Mon Sep 17 00:00:00 2001 From: Osama Salman Date: Sun, 30 Jul 2023 17:01:33 +0300 Subject: [PATCH] chore(generation): Enhance README File (#258) PR: https://github.com/ExpediaGroup/openworld-sdk-java/pull/258 --- .../templates/openworld-sdk/README.mustache | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/generator/openapi/src/main/resources/templates/openworld-sdk/README.mustache b/generator/openapi/src/main/resources/templates/openworld-sdk/README.mustache index 1b20fe361..58725f01e 100644 --- a/generator/openapi/src/main/resources/templates/openworld-sdk/README.mustache +++ b/generator/openapi/src/main/resources/templates/openworld-sdk/README.mustache @@ -1 +1,14 @@ # Welcome to the {{artifactId}} SDK! + +## Usage +```xml + + {{groupId}} + {{artifactId}} + {{artifactVersion}} + +``` + +## License + +This project is licensed under the Apache License v2.0 - see the [LICENSE](LICENSE) for details.