Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit 3137dd4

Browse files
committed
Fix typo
1 parent 1c6c896 commit 3137dd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Jersey Async HTTP Client library is simple to use. Add it to your Maven proj
55
```xml
66
<dependency>
77
<groupId>org.jfarcand</groupId>
8-
<artifactId>jersey-ahc-client<</artifactId>
8+
<artifactId>jersey-ahc-client</artifactId>
99
<version>1.0.4</version>
1010
</dependency>
1111
```
@@ -14,4 +14,4 @@ Keep up to date on the library development by joining the Asynchronous HTTP Clie
1414

1515
[Google Group](http://groups.google.com/group/asynchttpclient)
1616

17-
or follow us on [Twitter](http://twitter.com/jfarcand)
17+
or follow us on [Twitter](http://twitter.com/jfarcand)

0 commit comments

Comments
 (0)