Skip to content

Commit

Permalink
Readme fix - use API Key, not Sender ID
Browse files Browse the repository at this point in the history
  • Loading branch information
NOtherDev committed Feb 24, 2016
1 parent 339f78d commit 290e9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
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 290e9b3

Please sign in to comment.