From b5c13acc4a5ceb84d49d7f364e9e71a2f0344681 Mon Sep 17 00:00:00 2001 From: dswbx Date: Tue, 19 Nov 2024 15:50:34 +0100 Subject: [PATCH] doc fix: api class --- docs/sdk.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk.mdx b/docs/sdk.mdx index ac5e065..5361316 100644 --- a/docs/sdk.mdx +++ b/docs/sdk.mdx @@ -7,7 +7,7 @@ To start using the bknd API, start by creating a new API instance: ```ts import { Api } from "bknd"; -const api = new API({ +const api = new Api({ host: "..." // point to your bknd instance }); ```