Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Issue #10: documentation "senderId" correction
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Jun 8, 2015
1 parent dc3226f commit 7cda922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ phonegap plugin add https://github.com/phonegap/phonegap-plugin-push
## Quick Example

```
var push = PushNotification.init({ "android": {"senderId": "12345679"},
var push = PushNotification.init({ "android": {"senderID": "12345679"},
"ios": {}, "wp": {"channelName": "12345679"} } );
push.on('registration', function(data) {
Expand Down Expand Up @@ -63,7 +63,7 @@ Parameter | Description
#### Example

```javascript
var push = PushNotification.init({ "android": {"senderId": "12345679"},
var push = PushNotification.init({ "android": {"senderID": "12345679"},
"ios": {}, "wp": {"channelName": "12345679"} } );
```

Expand Down

0 comments on commit 7cda922

Please sign in to comment.