diff --git a/README.md b/README.md index 02728b808..4f5eeb1fa 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ catch (SignatureVerificationException) try { var json = new JwtBuilder() -        .WithSeecret(secret) +        .WithSecret(secret) .MustVerifySignature() .Decode(token); Console.WriteLine(json);