docs: fix typo of zone.js README.md (#31178)

PR Close #31178
This commit is contained in:
JiaLiPassion 2019-06-21 12:29:33 +09:00 committed by Kara Erickson
parent bd3b0564e6
commit 4bd6fca4ef
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ You can think of it as [thread-local storage](http://en.wikipedia.org/wiki/Threa
See this video from ng-conf 2014 for a detailed explanation:
[![screenshot of the zone.js presentation and ng-conf 2014](/presentation.png)](//www.youtube.com/watch?v=3IqtmUscE_U&t=150)
[![screenshot of the zone.js presentation and ng-conf 2014](./presentation.png)](//www.youtube.com/watch?v=3IqtmUscE_U&t=150)
## See also
* [async-listener](https://github.com/othiym23/async-listener) - a similar library for node