From 2d270a4f59c0636fd9de1a26118a4a8ab6a8671e Mon Sep 17 00:00:00 2001 From: Gabe <7622243+decentralgabe@users.noreply.github.com> Date: Fri, 29 Mar 2024 13:14:14 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 43fd7ed0..9fd5c9fc 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,10 @@ docker run \ | Language | Client | Server | Link | | ---------- | ------ | ------ | ---- | -| Go | Yes | Yes | [did-dht-go](./impl) | -| Typescript | Yes | No | [did-dht-ts](https://github.com/TBD54566975/web5-js/blob/main/packages/dids/src/did-dht.ts) | -| Kotlin | Yes | No | [did-dht-kotlin](https://github.com/TBD54566975/web5-kt/tree/main/dids/src/main/kotlin/web5/sdk/dids/methods/dht) | -| Swift | Yes | No | Coming soon! | +| Go | Yes | Yes | [did-dht-method](./impl), [web5-go](https://github.com/TBD54566975/web5-go/tree/main/dids/diddht) | +| Typescript | Yes | No | [web5-js](https://github.com/TBD54566975/web5-js/blob/main/packages/dids/src/methods/did-dht.ts) | +| Kotlin | Yes | No | [web5-kt](https://github.com/TBD54566975/web5-kt/tree/main/dids/src/main/kotlin/web5/sdk/dids/methods/dht) | +| Swift | Yes | No | [web5-swift](https://github.com/TBD54566975/web5-swift/blob/main/Sources/Web5/Dids/Methods/DIDDHT.swift) | | Rust | Yes | No | Coming soon! | ## Project Resources