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.