From a3f1ef6b2d309b063d9a3f10d84f063a9725c81b Mon Sep 17 00:00:00 2001 From: addobandre Date: Mon, 16 Jun 2014 21:04:22 +0100 Subject: [PATCH] Update README.md (typo) Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdfeeba..4763e35 100644 --- a/README.md +++ b/README.md @@ -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')