From c453fdb525216e88b544eb6f4e7e6a30fbac0da9 Mon Sep 17 00:00:00 2001 From: Adam Reis Date: Wed, 1 Dec 2021 15:29:51 +1300 Subject: [PATCH] Format for DOB in readme doesn't match actual returned format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 424c943..1ef8299 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ On **successful** verification of the given pass, the `verifyPassURI` method ret "credentialSubject": { // Pass holder's details "givenName": "Emily", // Pass holder's given name "familyName": "Example", // Pass holder's family name - "dob": "01/01/1970" // Pass holder's date of birth + "dob": "1970-01-01" // Pass holder's date of birth } } ```