Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
atz3n committed Aug 1, 2020
1 parent 71a4c13 commit 7f24206
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import { CreateDIDParams, bbaMethodHandler } from "@blobaa/bba-did-method-handle

const createDID = async(): Promise<void> => {

/* Even though not necessary, it is recommended to create a DID Document template with
/* Even though not necessary, it is recommended to create a DID Document Template with
the @blobaa/did-document-ts package.
*/

Expand All @@ -66,6 +66,7 @@ const createDID = async(): Promise<void> => {
publicKeys: [ publicKey ]
});

/* create document template */
const document = new DIDDocument({
relationships: [ authentication ]
});
Expand Down

0 comments on commit 7f24206

Please sign in to comment.