Added a space to make list in README.md appear

This commit is contained in:
Samuel Miller 2015-11-17 20:35:58 -07:00
parent 780ae49e7d
commit c05be2461f
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.