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.
1 parent e8b2a84 commit 2ef7acdCopy full SHA for 2ef7acd
README.md
@@ -36,7 +36,7 @@ a GCM API key and VAPID keys.
36
```javascript
37
const webpush = require('web-push');
38
39
-// VAPID keys should only be generated only once.
+// VAPID keys should be generated only once.
40
const vapidKeys = webpush.generateVAPIDKeys();
41
42
webpush.setGCMAPIKey('<Your GCM API Key Here>');
0 commit comments