From 7adb3f008184da69212c99845c03a59099021efa Mon Sep 17 00:00:00 2001 From: Kayode Ezike Date: Tue, 23 Apr 2024 18:51:48 -0400 Subject: [PATCH] minor comment update --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 736a5a1..950a5f3 100644 --- a/README.md +++ b/README.md @@ -136,17 +136,17 @@ console.log(credentialWithStatus); credentialSubject: { id: 'did:example:abcdef' }, credentialStatus: [ { - id: 'https://credentials.example.edu/status/Uz42qSDSXTcoLH7kZ6ST#1', + id: 'https://credentials.example.edu/status/Uz42qSDSXTcoLH7kZ6ST#6', type: 'BitstringStatusListEntry', statusPurpose: 'revocation', - statusListIndex: '1', + statusListIndex: '6', statusListCredential: 'https://credentials.example.edu/status/Uz42qSDSXTcoLH7kZ6ST' }, { - id: 'https://credentials.example.edu/status/9kGimd8POqM88l32F9aT#1', + id: 'https://credentials.example.edu/status/9kGimd8POqM88l32F9aT#3', type: 'BitstringStatusListEntry', statusPurpose: 'suspension', - statusListIndex: '1', + statusListIndex: '3', statusListCredential: 'https://credentials.example.edu/status/9kGimd8POqM88l32F9aT' } ] @@ -205,12 +205,12 @@ console.log(credentialStatus); { revocation: { statusCredentialId: 'Uz42qSDSXTcoLH7kZ6ST', - statusListIndex: 1, + statusListIndex: 6, valid: true }, suspension: { statusCredentialId: '9kGimd8POqM88l32F9aT', - statusListIndex: 1, + statusListIndex: 3, valid: false } }