From 48ad2b5d5dce204161ef21f3720f9e78022f05a4 Mon Sep 17 00:00:00 2001 From: Iban Dominguez Date: Sun, 13 Nov 2016 23:48:30 +0000 Subject: [PATCH] Add https to the readme example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7edcdff..0cb4f0b8 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ var Sample2 = React.createClass({ ref="webviewbridge" onBridgeMessage={this.onBridgeMessage.bind(this)} injectedJavaScript={injectScript} - source={{uri: "http://google.com"}}/> + source={{uri: "https://google.com"}}/> ); } });