Skip to content

Commit

Permalink
Merge pull request #253 from SpringHgui/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
uknownothingsnow authored Sep 6, 2022
2 parents 2b55d57 + 2f43d4c commit 94b9d31
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 @@ -109,7 +109,7 @@ for example:

```javascript

bridge.init(function(message, responseCallback) {
window.WebViewJavascriptBridge.init(function(message, responseCallback) {
console.log('JS got a message', message);
var data = {
'Javascript Responds': 'Wee!'
Expand Down

0 comments on commit 94b9d31

Please sign in to comment.