From 001d417b6e5a73af30b59c4efb8f3b67b5b11571 Mon Sep 17 00:00:00 2001 From: Johnny <9611008+johnnymatthews@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:02:59 -0300 Subject: [PATCH] Fixed SDK NPM link. --- crates/client/js-README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/client/js-README.md b/crates/client/js-README.md index 6a7b7b06b..fa77d95a0 100644 --- a/crates/client/js-README.md +++ b/crates/client/js-README.md @@ -2,7 +2,7 @@ This is JS bindings for a basic client library for [Entropy](https://entropy.xyz). -For a full-featured client library, you probably want the [SDK](https://www.npmjs.com/package/@entropyxyz/SDK). +For a full-featured client library, you probably want the [SDK](https://www.npmjs.com/package/@entropyxyz/sdk). ## A note on using this on NodeJS