Skip to content

Commit

Permalink
Merge pull request #72 from sroze/patch-1
Browse files Browse the repository at this point in the history
Fix `pulish` typo
  • Loading branch information
dunglas committed Mar 31, 2019
2 parents 57eb1d6 + 038709a commit bb598b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const req = https.request({
method: 'POST',
headers: {
Authorization: 'Bearer <valid-jwt-token>',
// the JWT must have a mercure.pulish key containing an array of targets (can be empty for public updates)
// the JWT must have a mercure.publish key containing an array of targets (can be empty for public updates)
// the JWT key must be shared between the hub and the server
'Content-Type': 'application/x-www-form-urlencoded',
'Content-Length': Buffer.byteLength(postData),
Expand Down

0 comments on commit bb598b4

Please sign in to comment.