Skip to content

Commit 3c9b3a6

Browse files
gtchancekylef
authored andcommitted
docs: typo in README (#87)
1 parent e5745f9 commit 3c9b3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ claims.issuer = "fuller.li"
3232
claims.issuedAt = Date()
3333
claims["custom"] = "Hi"
3434

35-
JWT.encode(claims: claims, algorithm, algorithm: .hs256("secret".data(using: .utf8)))
35+
JWT.encode(claims: claims, algorithm: .hs256("secret".data(using: .utf8)))
3636
```
3737

3838
#### Building a JWT with the builder pattern

0 commit comments

Comments
 (0)