mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +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
|
||||
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