Skip to content

Commit

Permalink
Merge pull request #5 from tuddman/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
drapanjanas authored May 1, 2017
2 parents 679b04b + 6d7930f commit 4bba7b1
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 @@ -77,7 +77,7 @@ Lets say you want to print all received events:
(println "Received event" event-v "from" tube)
(handler tube event-v))) ;; call wrapped handler

(defn wrapped-handlers (tubes/wrap-handlers handlers trace-middleware)) ;; decorated handlers
(def wrapped-handlers (tubes/wrap-handlers handlers trace-middleware)) ;; decorated handlers

(def rx (receiver wrapped-handlers)) ;; pass handlers to receiver
```
Expand Down

0 comments on commit 4bba7b1

Please sign in to comment.