Skip to content

Commit

Permalink
Merge 8ea61e2 into 072be5d
Browse files Browse the repository at this point in the history
  • Loading branch information
chanakyacool committed Jul 11, 2018
2 parents 072be5d + 8ea61e2 commit e5eeaec
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 @@ -79,7 +79,7 @@ broker.createService({
// Start broker
broker.start()
// Call service
.then(() => broker.call("math.add", { a: 5, b: 3 })
.then(() => broker.call("math.add", { a: 5, b: 3 }))
.then(res => console.log("5 + 3 =", res))
.catch(err => console.error(`Error occurred! ${err.message}`));
```
Expand Down

0 comments on commit e5eeaec

Please sign in to comment.