Skip to content

Commit

Permalink
fixed msg bug
Browse files Browse the repository at this point in the history
  • Loading branch information
elanper committed Mar 4, 2013
1 parent 188ac2e commit 3277fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ sender = HiGCM::Sender.new(your_api_key)
registration_ids = [1, 2, 3]
opts = {
:collapse_key => "test"
:data => { :mesg => "hello GCM" }
:data => { :message => "hello GCM" }
}
response = sender.send(registration_ids, opts)
...
Expand Down

0 comments on commit 3277fe3

Please sign in to comment.