mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 16:16:02 +00:00
doc fix: api class
This commit is contained in:
+1
-1
@@ -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
|
||||
});
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user