From 4f5bc621929a7bc5620f5cb0463e5151860a2be0 Mon Sep 17 00:00:00 2001 From: Neal Date: Thu, 24 Oct 2024 12:31:06 -0700 Subject: [PATCH] badge --- bound/typescript/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bound/typescript/README.md b/bound/typescript/README.md index 44bfdd9..2af8a02 100644 --- a/bound/typescript/README.md +++ b/bound/typescript/README.md @@ -1,6 +1,6 @@ # tbDEX SDK -[![npm version](https://badge.fury.io/js/tbdex.svg)](https://badge.fury.io/js/tbdex) +[![npm version](https://badge.fury.io/js/%40tbdex%2Fsdk.svg)](https://badge.fury.io/js/%40tbdex%2Fsdk) A TypeScript SDK for interacting with the tbDEX protocol. This SDK is built on a Rust core with WebAssembly bindings, offering high performance, type safety, and interoperability. This library that can be used to create, parse, verify, and validate the tbDEX Messages and Resources defined in the [protocol specification](https://github.com/TBD54566975/tbdex/blob/main/README.md). This library also includes an HTTP client that can be used to send tbdex messages to PFIs.