Skip to content

Commit

Permalink
Fix Readme (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot authored and abatishchev committed Feb 19, 2018
1 parent 637a291 commit 29c538d
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 @@ -80,7 +80,7 @@ catch (SignatureVerificationException)
try
{
var json = new JwtBuilder()
       .WithSeecret(secret)
       .WithSecret(secret)
.MustVerifySignature()
.Decode(token);
Console.WriteLine(json);
Expand Down

0 comments on commit 29c538d

Please sign in to comment.