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

Commit

Permalink
fixed package scope typo
Browse files Browse the repository at this point in the history
  • Loading branch information
atz3n committed Jul 30, 2020
1 parent 286e8e0 commit 3d82fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ npm install @blobaa/did-document-ts
### DIDDocKey handling

````typescript
import { DIDDocKey, DIDDocKeyType } from "@blboaa/did-document-ts"
import { DIDDocKey, DIDDocKeyType } from "@blobaa/did-document-ts"


const didAlice = "did:baa:5ca5fb0b6c59f126f674eb504b7302c69ede9cf431d01dba07809314302e565f";
Expand Down Expand Up @@ -111,7 +111,7 @@ DIDDocKeyHandling();
### DIDDocument creation

````typescript
import { DIDDocKey, DIDDocRelationship, DIDDocRelationshipType, DIDDocService, DIDDocument } from "@blboaa/did-document-ts";
import { DIDDocKey, DIDDocRelationship, DIDDocRelationshipType, DIDDocService, DIDDocument } from "@blobaa/did-document-ts";


const didAlice = "did:baa:5ca5fb0b6c59f126f674eb504b7302c69ede9cf431d01dba07809314302e565f";
Expand Down

0 comments on commit 3d82fa2

Please sign in to comment.