From 2b3f335f4081ade224dd6e5cc3a6b04065157df7 Mon Sep 17 00:00:00 2001 From: Cheton Wu Date: Tue, 5 Sep 2017 18:35:08 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd99a42..a8b6c41 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Demo: https://trendmicro-frontend.github.io/react-iframe ### Resize iframe to fit content (same domain only) -If you want to avoid polling, use [MutationObserver](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver) and [resize-event](https://github.com/shama/resize-event) to detect the size of the iframe on content changes. +If you want to avoid polling, use [MutationObserver](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver) or [iframe-resizer](https://github.com/davidjbradshaw/iframe-resizer) to detect the size of the iframe on content changes. ```js