The list of routines in the README mentions 2x the same routine instead of the second routine being updateDb(source: io::Stream) => int.
Btw in all these documentation the term Functions is used, but Dao uses Routines (also internally) to distinguish pure functions (i.e. without side effects) from just a bounded reusable ordered code with input arguments and a return value. We should probably rewrite all mentions of a function to routine.
@Night-walker, do you actually still have commit access to this repository (either directly or somewhere else - where?)? @daokoder, I'd like to submit pull requests for these minor things - where should I submit them?