Skip to content

Commit

Permalink
Merge pull request #88 from WU731642061/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jrconlin committed Mar 8, 2018
2 parents bd2d72a + 99669f8 commit 13e747d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -98,7 +98,7 @@ try:
data="Mary had a little lamb, with a nice mint jelly",
vapid_private_key="path/to/vapid_private.pem",
vapid_claims={
"sub": "YourNameHere@example.org",
"sub": "mailto:YourNameHere@example.org",
}
)
except WebPushException as ex:
Expand Down

0 comments on commit 13e747d

Please sign in to comment.