Skip to content

Commit a01c3c5

Browse files
authored
Small grammatical fixes in README.md
1 parent 51effd1 commit a01c3c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ for browsers relying on GCM for message sending / delivery.
2424

2525
# Install
2626

27-
Installation is a simple, just install via npm.
27+
Installation is simple, just install via npm.
2828

2929
npm install web-push --save
3030

@@ -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 a Uint8Array to pass into the subscribe call,
64+
URL safe base64 string in to a Uint8Array to pass into the subscribe call,
6565
which you can do like so:
6666

6767
```javascript

0 commit comments

Comments
 (0)