Skip to content

Commit

Permalink
fix(deps): include [email protected] in release
Browse files Browse the repository at this point in the history
  • Loading branch information
nickreynolds committed Aug 10, 2022
1 parent d7e6e23 commit 2de28e7
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 @@ -41,7 +41,7 @@ const verificationResult = await didJWT.verifyJWT(token, resolver)
const didDoc = verificationResult.doc

const result = await status.checkStatus(token, didDoc)
// outputs: { "revokedAt": "0x5348684" }
// result: { "revokedAt": "0x5348684" }

```

Expand Down

0 comments on commit 2de28e7

Please sign in to comment.