Skip to content

Commit 3f9eae9

Browse files
author
Stephane Landelle
committed
Merge pull request AsyncHttpClient#771 from kryger/patch-1
Update README.md
2 parents 3231440 + e1cb146 commit 3f9eae9

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
@@ -1,8 +1,8 @@
11
Async Http Client
22
-----------------
33

4-
Getting started [HTML](https://asynchttpclient.github.io/async-http-client/) [PDF](http://is.gd/kexrN)
5-
With [WebSockets](http://jfarcand.wordpress.com/2011/12/21/writing-websocket-clients-using-asynchttpclient/)
4+
Getting started [HTML](https://asynchttpclient.github.io/async-http-client/),
5+
with [WebSockets](http://jfarcand.wordpress.com/2011/12/21/writing-websocket-clients-using-asynchttpclient/)
66

77
Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses. The library also supports the WebSocket Protocol. The Async HTTP Client library is simple to use. First, in order to add it to your Maven project, simply add this dependency:
88

0 commit comments

Comments
 (0)