doc fix: api class

This commit is contained in:
dswbx
2024-11-19 15:50:34 +01:00
parent c300f5e107
commit b5c13acc4a

View File

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