Skip to content

Commit

Permalink
Merge pull request #32 from nicolas-fricke/patch-1
Browse files Browse the repository at this point in the history
Minor fix in README: Close code blocks
  • Loading branch information
zaru authored Nov 24, 2016
2 parents 80b7edb + 60107a7 commit 35949a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ Webpush.payload_send(
private_key: ENV['VAPID_PRIVATE_KEY']
}
)
```
### With GCM api key
Expand All @@ -285,6 +286,7 @@ Webpush.payload_send(
auth: "aW1hcmthcmFpa3V6ZQ==",
api_key: "<GCM API KEY>"
)
```
### ServiceWorker sample
Expand Down

0 comments on commit 35949a4

Please sign in to comment.