Skip to content

Commit 45b4561

Browse files
committed
Fix README error, close AsyncHttpClient#1697
1 parent 9e2873e commit 45b4561

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
@@ -104,7 +104,7 @@ Future<Response> whenResponse = asyncHttpClient.prepareGet("http://www.example.c
104104

105105
// unbound
106106
Request request = get("http://www.example.com/").build();
107-
Future<Response> whenResponse = asyncHttpClient.execute(request);
107+
Future<Response> whenResponse = asyncHttpClient.executeRequest(request);
108108
```
109109

110110
#### Setting Request Body

0 commit comments

Comments
 (0)