Skip to content

Commit

Permalink
Fix typo in README (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschulman authored Jul 18, 2024
1 parent 5c47f16 commit 01d1368
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 @@ -72,7 +72,7 @@ assert!(jwt.verify(&vm_resolver).await.expect("verification failed").is_ok())

Verifiable Credential are much more complex as they require interpreting
the input claims and proofs, such as Data-Integrity proofs as Linked-Data
using JSON-LD. This operation is highly configurable. SSI provide
using JSON-LD. This operation is highly configurable. SSI provides
functions exposing various levels of implementation details that you can
tweak as needed. The simplest of them is `any_credential_from_json_str`
that will simply load a VC from a string, assuming it is signed using
Expand Down

0 comments on commit 01d1368

Please sign in to comment.