mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
doc fix: api class
This commit is contained in:
@@ -7,7 +7,7 @@ To start using the bknd API, start by creating a new API instance:
|
|||||||
```ts
|
```ts
|
||||||
import { Api } from "bknd";
|
import { Api } from "bknd";
|
||||||
|
|
||||||
const api = new API({
|
const api = new Api({
|
||||||
host: "..." // point to your bknd instance
|
host: "..." // point to your bknd instance
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user