diff --git a/README.md b/README.md index 5de013bf..eadf00c2 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ var Sample2 = React.createClass({ ref="webviewbridge" onBridgeMessage={this.onBridgeMessage.bind(this)} injectedJavaScript={injectScript} - source={{uri: "http://google.com"}}/> + source={{uri: "https://google.com"}}/> ); } });