Skip to content

Commit d13c197

Browse files
docs: fix sdk name
1 parent 9d991d9 commit d13c197

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
2323
const client = new ACI({

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)