ToothlessGear / node-gcm

A NodeJS wrapper library port to send data to Android devices via Google Cloud Messaging
https://github.com/ToothlessGear/node-gcm
Other
1.3k stars 206 forks source link

fixing example timeToLive should be in milliseconds #152

Closed mauron85 closed 8 years ago

mauron85 commented 8 years ago

updating README.md example timeToLive from seconds to milliseconds

mauron85 commented 8 years ago

Actually README.md is right. timeToLive should be in seconds. Closing as incorrect.