From dfabf6ac75cd64ebb1bdd37b4abf96081bd9546e Mon Sep 17 00:00:00 2001 From: gsilvestrin Date: Thu, 13 Dec 2018 13:59:22 -0800 Subject: [PATCH] Update README.md Fixed artifact name to `async-http-client-extras-typesafe-config`, there was a missing dash --- extras/typesafeconfig/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/extras/typesafeconfig/README.md b/extras/typesafeconfig/README.md index 3078cac2d5..dcc29dc269 100644 --- a/extras/typesafeconfig/README.md +++ b/extras/typesafeconfig/README.md @@ -8,7 +8,7 @@ Download [the latest JAR][2] or grab via [Maven][3]: ```xml org.asynchttpclient - async-http-client-extras-typesafeconfig + async-http-client-extras-typesafe-config latest.version ``` @@ -16,12 +16,12 @@ Download [the latest JAR][2] or grab via [Maven][3]: or [Gradle][3]: ```groovy -compile "org.asynchttpclient:async-http-client-extras-typesafeconfig:latest.version" +compile "org.asynchttpclient:async-http-client-extras-typesafe-config:latest.version" ``` [1]: https://github.com/lightbend/config - [2]: https://search.maven.org/remote_content?g=org.asynchttpclient&a=async-http-client-extras-typesafeconfig&v=LATEST - [3]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.asynchttpclient%22%20a%3A%22async-http-client-extras-typesafeconfig%22 + [2]: https://search.maven.org/remote_content?g=org.asynchttpclient&a=async-http-client-extras-typesafe-config&v=LATEST + [3]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.asynchttpclient%22%20a%3A%22async-http-client-extras-typesafe-config%22 [snap]: https://oss.sonatype.org/content/repositories/snapshots/ ## Example usage @@ -31,4 +31,4 @@ compile "org.asynchttpclient:async-http-client-extras-typesafeconfig:latest.vers com.typesafe.config.Config config = ... AsyncHttpClientTypesafeConfig ahcConfig = new AsyncHttpClientTypesafeConfig(config); AsyncHttpClient client = new DefaultAsyncHttpClient(ahcConfig); -``` \ No newline at end of file +```