Skip to content

Commit c4a2ae2

Browse files
gsilvestrinslandelle
authored andcommitted
Update README.md (#1600)
Fixed artifact name to `async-http-client-extras-typesafe-config`, there was a missing dash
1 parent 16bca5c commit c4a2ae2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

extras/typesafeconfig/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ Download [the latest JAR][2] or grab via [Maven][3]:
88
```xml
99
<dependency>
1010
<groupId>org.asynchttpclient</groupId>
11-
<artifactId>async-http-client-extras-typesafeconfig</artifactId>
11+
<artifactId>async-http-client-extras-typesafe-config</artifactId>
1212
<version>latest.version</version>
1313
</dependency>
1414
```
1515

1616
or [Gradle][3]:
1717

1818
```groovy
19-
compile "org.asynchttpclient:async-http-client-extras-typesafeconfig:latest.version"
19+
compile "org.asynchttpclient:async-http-client-extras-typesafe-config:latest.version"
2020
```
2121

2222
[1]: https://github.com/lightbend/config
23-
[2]: https://search.maven.org/remote_content?g=org.asynchttpclient&a=async-http-client-extras-typesafeconfig&v=LATEST
24-
[3]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.asynchttpclient%22%20a%3A%22async-http-client-extras-typesafeconfig%22
23+
[2]: https://search.maven.org/remote_content?g=org.asynchttpclient&a=async-http-client-extras-typesafe-config&v=LATEST
24+
[3]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.asynchttpclient%22%20a%3A%22async-http-client-extras-typesafe-config%22
2525
[snap]: https://oss.sonatype.org/content/repositories/snapshots/
2626

2727
## Example usage
@@ -31,4 +31,4 @@ compile "org.asynchttpclient:async-http-client-extras-typesafeconfig:latest.vers
3131
com.typesafe.config.Config config = ...
3232
AsyncHttpClientTypesafeConfig ahcConfig = new AsyncHttpClientTypesafeConfig(config);
3333
AsyncHttpClient client = new DefaultAsyncHttpClient(ahcConfig);
34-
```
34+
```

0 commit comments

Comments
 (0)