Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Commit

Permalink
Update readme for changes to mk-event
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkehayias committed Jul 25, 2015
1 parent 9513d6c commit dc7c970
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 @@ -107,7 +107,7 @@ For example, the following component will emit a single event called `:my-event`

```clojure
(defn component-a [entity-id component-state inbox]
[component-state [(ev/mk-event {:foo :bar} :my-event entity-id)]]])
[component-state [(ev/mk-event {:foo :bar} [:my-event entity-id])]]])
```

### Subscriptions
Expand Down

0 comments on commit dc7c970

Please sign in to comment.