From 0d0942be86fddf4de4f6c1e888ca4384432b4c87 Mon Sep 17 00:00:00 2001 From: Better-Boy Date: Sun, 13 Oct 2024 17:40:01 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ea610a..aeb5dce 100644 --- a/README.md +++ b/README.md @@ -150,4 +150,4 @@ 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 -#### [Command-Line](https://github.com/Better-Boy/minds-cli-sdk) +#### Command-Line tool - [https://github.com/Better-Boy/minds-cli-sdk](https://github.com/Better-Boy/minds-cli-sdk) From dd70451dc4350cfe0cc9f6395fee68d535e29399 Mon Sep 17 00:00:00 2001 From: Better-Boy Date: Fri, 15 Nov 2024 21:32:40 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aeb5dce..8170169 100644 --- a/README.md +++ b/README.md @@ -150,4 +150,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 -#### Command-Line tool - [https://github.com/Better-Boy/minds-cli-sdk](https://github.com/Better-Boy/minds-cli-sdk) + +#### Command Line Tools +- [Minds CLI](https://github.com/Better-Boy/minds-cli-sdk)