Skip to content

Commit ec5f785

Browse files
committed
Fix README references
1 parent 9d822f3 commit ec5f785

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ A TypeScript client for the Quant API.
55
## Installation
66

77
```bash
8-
npm install quant-ts-client
8+
npm install @quantcdn/quant-client
99
```
1010

1111
## Usage
1212

1313
```typescript
14-
import { EnvironmentsApi, Configuration } from 'quant-ts-client';
14+
import { EnvironmentsApi, Configuration } from '@quantcdn/quant-client';
1515

1616
// Create a configuration with your API key
1717
const config = new Configuration({
@@ -62,4 +62,4 @@ npm publish
6262

6363
## License
6464

65-
MIT
65+
MIT

0 commit comments

Comments
 (0)