Skip to content

Commit 75c9d22

Browse files
committed
Fix Markedown code escape quote in README
1 parent 22ac9b4 commit 75c9d22

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)