diff --git a/README.md b/README.md index ade0178..6b5bdf2 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ const fragments = await verify(document as any); console.log(isValid(fragments, ["DOCUMENT_INTEGRITY"])); // output true console.log(isValid(fragments, ["DOCUMENT_STATUS"])); // output false -console.log(isValid(fragments, ["ISSUER_IDENTITY"])); // outpute false +console.log(isValid(fragments, ["ISSUER_IDENTITY"])); // output false console.log(isValid(fragments)); // output false ``` The following explains what the functions return with reasons: