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 51effd1 commit a01c3c5Copy full SHA for a01c3c5
README.md
@@ -24,7 +24,7 @@ for browsers relying on GCM for message sending / delivery.
24
25
# Install
26
27
-Installation is a simple, just install via npm.
+Installation is simple, just install via npm.
28
29
npm install web-push --save
30
@@ -61,7 +61,7 @@ webpush.sendNotification(pushSubscription, 'Your Push Payload Text');
61
## Using VAPID Key for applicationServerKey
62
63
When using your VAPID key in your web app, you'll need to convert the
64
-URL safe base64 string in a Uint8Array to pass into the subscribe call,
+URL safe base64 string in to a Uint8Array to pass into the subscribe call,
65
which you can do like so:
66
67
```javascript
0 commit comments