Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
(IN_PROGRESS) [Deliverer] Update Readme to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wokdsem committed Aug 7, 2017
1 parent 7d7aa92 commit b1ab726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ This example is executing an asynchronous search of a movie and releases the res
+ A **Deliverer** is just a way to define how and when ```Kommander``` will deliver the result of an asynchronous execution.

```java
kommand.setDelivered(new Deliverer() {
kommand = kommand.setDelivered(new Deliverer() {
@Override
public void deliver(Runnable runnable) {
// How do you want to deliver the response? Your code here!
Expand Down

0 comments on commit b1ab726

Please sign in to comment.