Merge pull request #133 from kamn/develop

Added a space to make list in README.md appear
This commit is contained in:
Mike Thompson 2015-12-08 07:16:20 +11:00
commit 67a6436843
1 changed files with 1 additions and 0 deletions

View File

@ -1019,6 +1019,7 @@ Second, remind yourself that the `combining function` of a `reduce` takes two pa
2. the next collection member to fold in.
Then notice that event handlers take two parameters too:
1. the current state of `app-db`
2. the next item to fold in.