Skip to content

Commit c6ad8ed

Browse files
committed
fix typo, close AsyncHttpClient#1640
1 parent adc354e commit c6ad8ed

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
@@ -73,7 +73,7 @@ AsyncHttpClient c = asyncHttpClient(config().setProxyServer(proxyServer("127.0.0
7373
### Basics
7474

7575
AHC provides 2 APIs for defining requests: bound and unbound.
76-
`AsyncHttpClient` and Dls` provide methods for standard HTTP methods (POST, PUT, etc) but you can also pass a custom one.
76+
`AsyncHttpClient` and Dsl` provide methods for standard HTTP methods (POST, PUT, etc) but you can also pass a custom one.
7777

7878
```java
7979
import org.asynchttpclient.*;

0 commit comments

Comments
 (0)