Skip to content

Commit

Permalink
Merge pull request #18 from flint-bot/ObjectIsAdvantag-docfix-messagadd
Browse files Browse the repository at this point in the history
turned to messageSend in browser code sample
  • Loading branch information
nmarus authored Dec 18, 2018
2 parents 531dd9e + c93c625 commit c529929
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 @@ -106,7 +106,7 @@ node-sparky just as you can with with node-js.
text: 'Hello world!'
};

spark.messageAdd(message)
spark.messageSend(message)
.then(function(res) {
$('#messageId').html(res.id);
})
Expand Down

0 comments on commit c529929

Please sign in to comment.