Skip to content

Commit 15715fa

Browse files
authored
Merge pull request AsyncHttpClient#1224 from ShunsukeTadokoro/patch-1
Fix a tiny typo
2 parents 7c8ecfe + 0f4862f commit 15715fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Async Http Client ([@AsyncHttpClient](https://twitter.com/AsyncHttpClient) on tw
88
The Async Http Client library's purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses.
99
The library also supports the WebSocket Protocol. The Async HTTP Client library is simple to use.
1010

11-
I's built on top of [Netty](https://github.com/netty/netty) and currently requires JDK8.
11+
It's built on top of [Netty](https://github.com/netty/netty) and currently requires JDK8.
1212

1313
Latest `version`: [![Maven][mavenImg]][mavenLink]
1414

0 commit comments

Comments
 (0)