Skip to content

Commit

Permalink
Typo fix in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Sep 28, 2015
1 parent bf61e31 commit f657a2d
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 @@ -41,7 +41,7 @@ export default PusherService('ios', {
// api/controllers/PusherController.js
export default {
send: function(req, res) {
ios
PusherService
.send(['DEVICE_TOKEN_1', 'DEVICE_TOKEN_2'], {
title: req.param('title') || 'Pusher',
body: req.param('body') || 'Hello from sails-service-pusher'
Expand Down

0 comments on commit f657a2d

Please sign in to comment.