Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
timothee-haudebourg committed Dec 19, 2024
1 parent 2c5e0d0 commit 71851db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ pub struct MyCredentialSubject {
let credential = ssi::claims::vc::v1::JsonCredential::<MyCredentialSubject>::new(
Some(uri!("https://example.org/#CredentialId").to_owned()), // id
uri!("https://example.org/#Issuer").to_owned().into(), // issuer
DateTime::now(), // issuance date
DateTime::now().into(), // issuance date
NonEmptyVec::new(MyCredentialSubject {
name: "John Smith".to_owned(),
email: "john.smith@example.org".to_owned()
Expand Down

0 comments on commit 71851db

Please sign in to comment.