Skip to content

Commit ea7ac40

Browse files
author
Stephane Landelle
committed
Merge pull request #338 from markchadwick/patch-1
Fix Markedown code escape quote in README
2 parents 22ac9b4 + 75c9d22 commit ea7ac40

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
@@ -29,7 +29,7 @@ Future<Response> f = asyncHttpClient.prepareGet("http://www.ning.com/").execute(
2929
Response r = f.get();
3030
```
3131

32-
Note that in this case all the content must be read fully in memory, even if you used `getResponseBodyAsStream()' method on returned `Response` object.
32+
Note that in this case all the content must be read fully in memory, even if you used `getResponseBodyAsStream()` method on returned `Response` object.
3333

3434
You can also accomplish asynchronous (non-blocking) operation without using a Future if you want to receive and process the response in your handler:
3535

0 commit comments

Comments
 (0)