Skip to content

Commit

Permalink
Merge pull request #9 from addobandre/patch-1
Browse files Browse the repository at this point in the history
Update README.md (typo)
  • Loading branch information
hokaccha committed Jun 24, 2014
2 parents dea264c + a3f1ef6 commit 1d21afb
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 1d21afb

Please sign in to comment.