Results 2 comments of fsauter

I just stumbled upon this lib and tried to give it a shot. For me it works with `router.getRoute` instead of `router.getHandler`. After a [quick search](https://github.com/tildeio/router.js/search?q=getHandler&unscoped_q=getHandler) I found the hint...

Also took me a while: I had to implement `router.triggerEvent = function() {};` -> otherwise it would not execute the example on `README.md`. @efunneko I guess you would have to...