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 }); ```