From 4f2bed4a0b36d913175e87062c6b869982d89320 Mon Sep 17 00:00:00 2001 From: Phoebe Lew Date: Mon, 20 Nov 2023 17:48:16 +1100 Subject: [PATCH] linting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b872635..2b165b9 100644 --- a/README.md +++ b/README.md @@ -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()