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 8bf35a1 commit 7f389f8
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 @@ -43,7 +43,7 @@ Sign a `VerifiableCredential` with a DID:

- `did`: The did that is signing the VC

First create a Did object as follows:
First create a `Did` object as follows:
```javascript
import { DidKeyMethod } from '@web5/dids';
const issuer = await DidKeyMethod.create();
Expand Down

0 comments on commit 7f389f8

Please sign in to comment.