Skip to content

Commit 7b6298b

Browse files
authored
Update README.md
1 parent a01c3c5 commit 7b6298b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ webpush.sendNotification(pushSubscription, 'Your Push Payload Text');
6161
## Using VAPID Key for applicationServerKey
6262

6363
When using your VAPID key in your web app, you'll need to convert the
64-
URL safe base64 string in to a Uint8Array to pass into the subscribe call,
64+
URL safe base64 string to a Uint8Array to pass into the subscribe call,
6565
which you can do like so:
6666

6767
```javascript

0 commit comments

Comments
 (0)