We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d822f3 commit ec5f785Copy full SHA for ec5f785
README.md
@@ -5,13 +5,13 @@ A TypeScript client for the Quant API.
5
## Installation
6
7
```bash
8
-npm install quant-ts-client
+npm install @quantcdn/quant-client
9
```
10
11
## Usage
12
13
```typescript
14
-import { EnvironmentsApi, Configuration } from 'quant-ts-client';
+import { EnvironmentsApi, Configuration } from '@quantcdn/quant-client';
15
16
// Create a configuration with your API key
17
const config = new Configuration({
@@ -62,4 +62,4 @@ npm publish
62
63
## License
64
65
-MIT
+MIT
0 commit comments