File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ The ACI TypeScript SDK provides convenient access to the ACI REST API from any T
77## Installation
88
99``` bash
10- npm install aci-typescript- sdk
10+ npm install @ aci-sdk/aci
1111# or
12- yarn add aci-typescript- sdk
12+ yarn add @ aci-sdk/aci
1313# or
14- pnpm add aci-typescript- sdk
14+ pnpm add @ aci-sdk/aci
1515```
1616
1717## Usage
1818
1919``` typescript
20- import { ACI } from ' aci-typescript- sdk' ;
20+ import { ACI } from ' @ aci-sdk/aci ' ;
2121
2222// Initialize the client with configuration
2323const client = new ACI ({
Original file line number Diff line number Diff line change 11{
22 "name" : " @aci-sdk/aci" ,
3- "version" : " 0.1.1 -alpha" ,
3+ "version" : " 0.1.2 -alpha" ,
44 "description" : " TypeScript SDK for ACI (Agent-Computer Interface) by Aipolabs" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments