Skip to content

Commit

Permalink
docs: typo in README (kylef#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtchance authored and kylef committed Sep 26, 2017
1 parent e5745f9 commit 3c9b3a6
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 @@ -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
Expand Down

0 comments on commit 3c9b3a6

Please sign in to comment.