diff --git a/README.md b/README.md index 27e2b10..2ed58c4 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,8 @@ Library options currently supported for the `java` generator: + [google-api-client](#google-api-client) See also: -* [OpenAPI Generator (maven Plugin)](https://mvnrepository.com/artifact/org.openapitools/openapi-generator-maven-plugin) +* [OpenAPI Generator (maven Plugin)](https://mvnrepository.com/artifact/org.openapitools/openapi-generator-maven-plugin) +* [OpenAPI Generator (executable)](https://mvnrepository.com/artifact/org.openapitools/openapi-generator-cli) * [CONFIG OPTIONS for java](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/generators/java.md) #### okhttp-gson @@ -259,4 +260,4 @@ HttpRequestInitializer initializer = new HttpRequestInitializer() { ApiClient client = new ApiClient("https://sandbox.api.mastercard.com", null, initializer, null); ServiceApi serviceApi = client.serviceApi(); // ... -``` \ No newline at end of file +```