Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-lew committed Nov 20, 2023
1 parent 81dc4c2 commit 4f2bed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ The `tbdex` repo houses tbdex feature related vectors. They are available in the
SDK implementers should import vectors in order to test their implementation. The recommended pathway to consume them is as follows:

Fetch the vector and read it into a data model representing the vector structure or a JSON object like so:

```kt
// for web5 vectors
val stream = URL("https://{INSERT DOMAIN URL}/web5-test-vectors/did-jwk/resolve.json").openStream()
Expand Down

0 comments on commit 4f2bed4

Please sign in to comment.