File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ Athena-Query wad inspired and forked from [athena-express](https://github.com/gh
15
15
## Installation
16
16
17
17
```
18
- npm install athena-query @aws-sdk/client-athena
18
+ npm install @classmethod/ athena-query @aws-sdk/client-athena
19
19
```
20
20
21
21
```
22
- yarn add athena-query @aws-sdk/client-athena
22
+ yarn add @classmethod/ athena-query @aws-sdk/client-athena
23
23
```
24
24
25
25
## Usage
@@ -29,7 +29,7 @@ So we can use it with `for await () {}`,
29
29
30
30
``` ts
31
31
import { Athena } from " @aws-sdk/client-athena" ;
32
- import AthenaQuery from " athena-query" ;
32
+ import AthenaQuery from " @classmethod/ athena-query" ;
33
33
34
34
const athena = new Athena ({});
35
35
const athenaQuery = new AthenaQuery (athena );
You can’t perform that action at this time.
0 commit comments