Skip to content

Commit

Permalink
Merge pull request #218 from NOtherDev/patch-1
Browse files Browse the repository at this point in the history
Readme fix - use API Key, not Sender ID
  • Loading branch information
eladnava committed Feb 24, 2016
2 parents 339f78d + 290e9b3 commit c00e43f
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 @@ -12,7 +12,7 @@ $ npm install node-gcm
## Requirements

This library provides the server-side implementation of GCM.
You need to generate an API key ([Sender ID](https://developers.google.com/cloud-messaging/gcm#senderid)).
You need to generate an [API Key](https://developers.google.com/cloud-messaging/gcm#apikey).

GCM notifications can be sent to both [Android](https://developers.google.com/cloud-messaging/android/start) and [iOS](https://developers.google.com/cloud-messaging/ios/start).
If you are new to GCM you should probably look into the [documentation](https://developers.google.com/cloud-messaging/gcm).
Expand Down

0 comments on commit c00e43f

Please sign in to comment.