Skip to content

Commit 5143759

Browse files
chore: Namananand/ins 2235 update sdk docs for new refactor (#24)
Because - update sdk docs This commit - update sdk docs
1 parent 5a080e1 commit 5143759

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ Typescript SDK for Instill AI products
1313
1414
## Setup
1515

16-
> [!NOTE]
17-
> For setting up development environment, please refer to [Contributing](#contributing)
18-
1916
### Requirements
2017

2118
- Node 16+
@@ -39,7 +36,7 @@ pnpm add @instill-ai/typescript-sdk
3936

4037
```
4138
// node.js
42-
const InstillClient = require("@instill-ai/typescript-sdk");
39+
const InstillClient = require("@instill-ai/typescript-sdk").default;
4340
4441
// next.js
4542
import InstillClient from "@instill-ai/typescript-sdk";
@@ -268,13 +265,6 @@ modelDefinitionName,
268265
| createApiTokenMutation | payload |
269266
| deleteApiTokenMutation | tokenName |
270267

271-
## Error Handling:
272-
273-
Explains common errors and ways to resolve them.
274-
275-
## Integration Guide:
276-
277-
Guidance on how to incorporate the SDK into other applications.
278268

279269
## Contribution Guidelines:
280270

0 commit comments

Comments
 (0)