From e5529d52d407755d0b40d7bd47d665d023ab6c8e Mon Sep 17 00:00:00 2001 From: mike-thompson-day8 Date: Thu, 16 Apr 2015 00:26:49 +1000 Subject: [PATCH] Fix #31 --- CHANGES.md | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6e884dc..e78eea1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,7 +18,8 @@ ### Other - - Fix a broken wiki link #32 + - #32 - fix a broken wiki link + - #31 - Fix list formatting in README ## v0.3.0 (2015-04-15) diff --git a/README.md b/README.md index aeb7fdd..7e0a966 100644 --- a/README.md +++ b/README.md @@ -897,7 +897,7 @@ Collectively, event handlers provide the control logic in a re-frame application An event handler is a pure function of two parameters: 1. current value in `app-db`. Note: that's the map **in** `app-db`, not the atom itself. - 2 an event (represented as a vector) + 2. an event (represented as a vector) It returns the new value which should be reset! into `app-db`.