From 3e9237665ebb813c85d1c990e257ee26ee6b5e93 Mon Sep 17 00:00:00 2001 From: Ken Collins Date: Tue, 4 Jun 2024 23:32:26 -0400 Subject: [PATCH] Fix Readme Link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5599817..13b150f 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ const assistant = Assistant.create({ ``` > [!IMPORTANT] -> Creating assistants without an `id` parameter will always create a new assistant. See our [deployment](#deployment) section for more information. +> Creating assistants without an `id` parameter will always create a new assistant. See our [deployment](#deployments) section for more information. ### Simple Ask Interface