Skip to content

Commit

Permalink
Fixed missing quote and typo in README.md (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzgloeckl authored and abatishchev committed Apr 11, 2018
1 parent 1997339 commit a4099a8
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 @@ -38,7 +38,7 @@ Console.WriteLine(token);
.WithAlgorithm(new HMACSHA256Algorithm())
.WithSecret(secret)
.AddClaim("exp", DateTimeOffset.UtcNow.AddHours(1).ToUnixTimeSeconds())
.AddClaim("calim2", "claim2-value)
.AddClaim("claim2", "claim2-value")
.Build();

Console.WriteLine(token);
Expand Down

0 comments on commit a4099a8

Please sign in to comment.