Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orhanobut committed Jun 29, 2015
1 parent a6cefee commit c4d1205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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();

Expand Down

0 comments on commit c4d1205

Please sign in to comment.