Skip to content

Commit

Permalink
Merge pull request #12 from mgh128/fix_typos
Browse files Browse the repository at this point in the history
Fix minor typos
  • Loading branch information
F-Node-Karlsruhe authored Aug 2, 2024
2 parents 6f52d7c + 27506e1 commit 2810af9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ verifiableCredential.credentialSubject is a EPCISDocument

#### EPCISEventCredential

verifiableCredential.credentialSubjcet is a EPCISEvent
verifiableCredential.credentialSubject is a EPCISEvent

- credentialSubjcet.id = EPCISEvent.id
- credentialSubject.id = EPCISEvent.id

```json
{
Expand Down Expand Up @@ -188,7 +188,7 @@ Install the npm package
npm i epcis-signing
```

Generate a kay pair and sign a demo event
Generate a key pair and sign a demo event

```ts
import { EPCISEvent, VerifiableCredential, sign } from 'epcis-signing';
Expand Down

0 comments on commit 2810af9

Please sign in to comment.