diff --git a/src/guide/migration/events-api.md b/src/guide/migration/events-api.md index c0b5709b47..ba09f78f73 100644 --- a/src/guide/migration/events-api.md +++ b/src/guide/migration/events-api.md @@ -58,6 +58,6 @@ We removed `$on`, `$off` and `$once` methods from the instance completely. `$emi ## Migration Strategy -Existing event hubs can be replaced by using an external library implementing the event emitter interface, for example [mitt](https://github.com/developit/mitt). +Existing event hubs can be replaced by using an external library implementing the event emitter interface, for example [mitt](https://github.com/developit/mitt) or [tiny-emitter](https://github.com/scottcorgan/tiny-emitter). These methods can also be supported in compatibility builds.