Skip to content

Commit 16293ee

Browse files
author
thisismana
committed
fixed a code error in the readme
1 parent d7036d4 commit 16293ee

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
@@ -179,7 +179,7 @@ Finally, you can also configure the AsyncHttpClient via its AsyncHttpClientConfi
179179

180180
```java
181181
AsyncHttpClientConfig cf = new AsyncHttpClientConfig.Builder()
182-
S.setProxyServer(new ProxyServer("127.0.0.1", 38080)).build();
182+
.setProxyServer(new ProxyServer("127.0.0.1", 38080)).build();
183183
AsyncHttpClient c = new AsyncHttpClient(cf);
184184
```
185185

0 commit comments

Comments
 (0)