Skip to content

Commit

Permalink
Update packages/credentials/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frankhinek authored Dec 7, 2023
1 parent 109f678 commit 461bac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/credentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const issuer = await DidKeyMethod.create();

Then sign the VC using the `did` object
```javascript
const vcJwt = vc.sign({ did:issuer });
const vcJwt = vc.sign({ did: issuer });
```

### Verifying a Verifiable Credential
Expand Down

0 comments on commit 461bac9

Please sign in to comment.