Navigation Menu

Skip to content

Commit

Permalink
Update the document. (#509)
Browse files Browse the repository at this point in the history
* Update provider.markdown
* Update doc (delete comma at the end of last item)
  • Loading branch information
jfbai authored and florianreinhart committed Jan 21, 2017
1 parent 4671795 commit 448b621
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -59,9 +59,9 @@ var options = {
token: {
key: "path/to/key.p8",
keyId: "T0K3NK3Y1D",
teamId: "T34M1D",
teamId: "T34M1D"
},
production: false,
production: false
};

var apnProvider = new apn.Provider(options);
Expand Down
4 changes: 2 additions & 2 deletions doc/apn.markdown
Expand Up @@ -17,9 +17,9 @@ let provider = new apn.Provider({
token: {
key: "path/to/key.pem",
keyId: "key-id",
teamId: "developer-team-id",
teamId: "developer-team-id"
},
production: false,
production: false
);
```
Expand Down

0 comments on commit 448b621

Please sign in to comment.