diff --git a/README.md b/README.md index 91332e1..7017548 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ const doubleCsrfUtilities = doubleCsrf({ sameSite = "lax", // Recommend you make this strict if posible path = "/", secure = true, - ...remainingCOokieOptions // See cookieOptions below + ...remainingCookieOptions // See cookieOptions below }, size: 64, // The size of the generated tokens in bits ignoredMethods: ["GET", "HEAD", "OPTIONS"], // A list of request methods that will not be protected.