Skip to content

Commit 9d20360

Browse files
authored
Merge pull request #233 from TalAter/patch-1
Small grammatical fixes in README.md
2 parents 51effd1 + 7b6298b commit 9d20360

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 to a Uint8Array to pass into the subscribe call,
6565
which you can do like so:
6666

6767
```javascript

0 commit comments

Comments
 (0)