We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 337762c + f8a8055 commit 51effd1Copy full SHA for 51effd1
README.md
@@ -113,7 +113,7 @@ Then you can run the following commands:
113
114
```javascript
115
const pushSubscription = {
116
- endpoint: '< Push Subscription URL >';
+ endpoint: '< Push Subscription URL >',
117
keys: {
118
p256dh: '< User Public Encryption Key >',
119
auth: '< User Auth Secret >'
@@ -127,8 +127,8 @@ const options = {
127
vapidDetails: {
128
subject: '< \'mailto\' Address or URL >',
129
publicKey: '< URL Safe Base64 Encoded Public Key >',
130
- privateKey: '< URL Safe Base64 Encoded Private Key >',
131
- }
+ privateKey: '< URL Safe Base64 Encoded Private Key >'
+ },
132
TTL: <Number>
133
}
134
0 commit comments