From 872e6b5d53571de074bf9e9a69534dc7143fc069 Mon Sep 17 00:00:00 2001 From: Ashutosh Khanduala Date: Thu, 12 Dec 2024 21:10:21 +0530 Subject: [PATCH] Update lib/js-sdk/README.md --- lib/js-sdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/js-sdk/README.md b/lib/js-sdk/README.md index 66be7ae..b9a6abe 100644 --- a/lib/js-sdk/README.md +++ b/lib/js-sdk/README.md @@ -74,7 +74,7 @@ yarn add @zerochain/zus-sdk ## SDK Reference -Zus JS-sdk provides many functions for implemention blobber,allocation and file operation functionalities in web applications. +Zus JS-sdk provides many functions for implementing blobber, allocation and file operation functionalities in web applications. To get a comprehensive understanding of the functions exposed by the JS SDK, you can refer to the [index file](https://github.com/0chain/zus-js-sdk/blob/main/lib/js-sdk/src/index.ts) in the SDK repository.