From f6cf346fab843d13daad8c647e1977bf57a745be Mon Sep 17 00:00:00 2001 From: Utkarsh Dixit Date: Sat, 1 Jun 2024 05:32:17 +0530 Subject: [PATCH] feat: update add-local-tool doc --- docs/adding-local-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adding-local-tool.md b/docs/adding-local-tool.md index 8386671aec..e011167e11 100644 --- a/docs/adding-local-tool.md +++ b/docs/adding-local-tool.md @@ -120,5 +120,5 @@ There are lot of local tools available in `composio/local_tools` directory, that **Key Points:** * Replace placeholders ``, ``, ``, ``, ``, `` with your own names and logic. -* Use the Composi.io documentation for further details on defining tools and actions: [https://docs.composio.dev/](https://docs.composio.dev/) +* Use the Composio documentation for further details on defining tools and actions: [https://docs.composio.dev/](https://docs.composio.dev/) * Install any required dependencies for your tools and actions.