Skip to content

Commit

Permalink
clear up what response will be an error...
Browse files Browse the repository at this point in the history
  • Loading branch information
amro committed Jan 22, 2013
1 parent 074dba7 commit 94c5601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.markdown
Expand Up @@ -39,7 +39,8 @@ Sending many individual notifications using a static method:

Sending this way will not raise an error but `send_notifications` will return an array of
hashes including the `registration_id` and the `response`. If GCM returns an error while C2DM
is sending one of the notifications, the response will be an object of type `C2DM::GCMError`.
is sending one of the notifications, the `response` in the hash of the appropriate notification
will be an object of type `C2DM::GCMError`.

...or one at a time by creating an instance:

Expand Down

0 comments on commit 94c5601

Please sign in to comment.