diff --git a/samples/client/wordnik-api/java/README.md b/samples/client/wordnik-api/java/README.md index 4c295a70fbf2..bf545253bae3 100644 --- a/samples/client/wordnik-api/java/README.md +++ b/samples/client/wordnik-api/java/README.md @@ -8,7 +8,16 @@ This library is built using the Wordnik [Swagger](http://swagger.wordnik.com) cl can re-generate this library by running ./bin/java-wordnik-api.sh from the swagger-codegen project ## Usage -Generate the client library with Maven: +You can use maven central to add this library to your current project: + +```xml + + com.wordnik + wordnik-java-client + 1.0.0 + +``` +or you can pull the source and re-generate the client library with Maven: ``` mvn package