From 3c9cc9010c1ddbea0d4618da30ef4381ae7fabc1 Mon Sep 17 00:00:00 2001 From: Facundo Olano Date: Fri, 21 Jul 2017 10:21:37 -0300 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8555e8..7fbdc95 100644 --- a/README.md +++ b/README.md @@ -299,7 +299,7 @@ The delete button for that 3rd item will be rendered by a ViewFunction which loo That `on-click` handler uses re-frame's `dispatch` to emit an `event`. A re-frame `event` is a vector and, in this case, -it has 2 elements: `[:delete-item 2486]` (where `2486` in the made-up id for that 3rd item). +it has 2 elements: `[:delete-item 2486]` (where `2486` is the made-up id for that 3rd item). The first element of an event vector, `:delete-item`, is the kind of event. The rest is optional, useful data about the