From 928237d4d3e5f89097b18cd4b62815d09c730864 Mon Sep 17 00:00:00 2001 From: Graham Chance Date: Tue, 26 Sep 2017 09:29:27 -0400 Subject: [PATCH] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a6fae2..d864130 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ claims.issuer = "fuller.li" claims.issuedAt = Date() claims["custom"] = "Hi" -JWT.encode(claims: claims, algorithm, algorithm: .hs256("secret".data(using: .utf8))) +JWT.encode(claims: claims, algorithm: .hs256("secret".data(using: .utf8))) ``` #### Building a JWT with the builder pattern