diff --git a/packages/iframe-plugin/README.md b/packages/iframe-plugin/README.md
index ef76e93..d736ec7 100644
--- a/packages/iframe-plugin/README.md
+++ b/packages/iframe-plugin/README.md
@@ -137,7 +137,7 @@ import {useHtmlIframeProps, HTMLIframe, iframeModel} from '@native-html/iframe-p
const IframeRenderer = function IframeRenderer(props) {
const iframeProps = useHtmlIframeProps(props);
// Do customize the props here; wrap with your own container...
- return iframeProps ? : null;
+ return iframeProps ? : null;
};
const renderers = {