Skip to content

Commit

Permalink
Add https to the readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
ibandominguez authored Nov 13, 2016
1 parent cab93e4 commit 48ad2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}/>
);
}
});
Expand Down

0 comments on commit 48ad2b5

Please sign in to comment.