Skip to content

Commit f5c8ad4

Browse files
committed
Merge pull request AsyncHttpClient#1082 from thisismana/bugfix/readme
Fixed an error in the README.md
2 parents d7036d4 + 16293ee commit f5c8ad4

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)