diff --git a/README.md b/README.md index 4bf5520..4564e41 100644 --- a/README.md +++ b/README.md @@ -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) ...