From c4d12052fc6b9cc7c8c91fb295bd5679cae7a763 Mon Sep 17 00:00:00 2001 From: Orhan Obut Date: Mon, 29 Jun 2015 22:03:00 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62b5d9d..d36bfae 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Use @Field annotation to provide key-value pairs }) ``` -##### Request cancel +#### Request cancel Use WaspRequest as return type and take the advantage of features such as cancel. ```java @@ -218,7 +218,7 @@ Use WaspRequest as return type and take the advantage of features such as cancel request.cancel(); ``` -for multiple request, use the request manager to cancel all request at once +for multiple requests, use the request manager to cancel all request at once ```java private final RequestManager requestManager = new SimpleRequestManager();