From b340f536d06fa0f9eaede5ba4fce68e36771f415 Mon Sep 17 00:00:00 2001 From: Shivam Deepak Chaudhary Date: Fri, 11 Oct 2024 11:05:01 +0000 Subject: [PATCH] added js sdk to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 55aefd8..c8fb344 100644 --- a/README.md +++ b/README.md @@ -149,3 +149,6 @@ client.datasources.drop('my_datasource') ``` >Note: The SDK currently does not support automatically removing a data source if it is no longer connected to any mind. + +### Other SDKs +#### [Javascript](https://github.com/scshiv29-dev/mindsbd_sdk_js) \ No newline at end of file