Skip to content

Commit

Permalink
Update README.md (typo)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
abread committed Jun 16, 2014
1 parent dea264c commit a3f1ef6
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 @@ -26,4 +26,4 @@ By default the algorithm to encode is `HS256`.
The supported algorithms for encoding and decoding are `HS256`, `HS384`, `HS512` and `RS256`.

// encode using HS512
jwt.encode(playload, secret, 'HS512')
jwt.encode(payload, secret, 'HS512')

0 comments on commit a3f1ef6

Please sign in to comment.