Merge pull request #88 from WU731642061/master

Update README.md
This commit is contained in:
JR Conlin 2018-03-08 09:27:41 -08:00 committed by GitHub
commit 9875a4b481
1 changed files with 1 additions and 1 deletions

View File

@ -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: