Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #256 from seanfeld/patch-1
Browse files Browse the repository at this point in the history
fixes typo in the rpc example
  • Loading branch information
oyvindkinsey authored Feb 10, 2018
2 parents 235975e + 109a547 commit 2898834
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 @@ -133,7 +133,7 @@ Call the methods like this
// here we can do something with the return value from `helloWorld`
}, function(errorObj){
// here we can react to a possible error
};
});
```

And this is what's needed for the *provider*
Expand Down

0 comments on commit 2898834

Please sign in to comment.