From fa19e2dac34ec085dbfeb7f714656d03c3619960 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Sat, 6 Aug 2022 08:03:42 +0200 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 074d4bfe70..8d2ec62e6c 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ import * as jose from 'https://deno.land/x/jose/index.ts' - it supports JWK Key Format for all four key types (oct, RSA, EC and OKP) - it is exclusively using native platform Key object representations (CryptoKey and KeyObject) - there is JSON Web Encryption support -- it supports the flattened JWS / JWE Serialization Syntaxes +- it supports the General and Flattened JSON Serialization Syntaxes - it supports the "crit" member validations to make sure extensions are handled correctly #### How is it different from [`node-jose`](https://github.com/cisco/node-jose)?