Skip to content

Commit fe6b11f

Browse files
Merge pull request #1 from ibandominguez/readme-example
Add https to the readme example
2 parents cab93e4 + 48ad2b5 commit fe6b11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ var Sample2 = React.createClass({
166166
ref="webviewbridge"
167167
onBridgeMessage={this.onBridgeMessage.bind(this)}
168168
injectedJavaScript={injectScript}
169-
source={{uri: "http://google.com"}}/>
169+
source={{uri: "https://google.com"}}/>
170170
);
171171
}
172172
});

0 commit comments

Comments
 (0)