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 e68520f commit 4a13c58Copy full SHA for 4a13c58
README.md
@@ -15,11 +15,11 @@ Athena-Query wad inspired and forked from [athena-express](https://github.com/gh
15
## Installation
16
17
```
18
-npm install athena-query @aws-sdk/client-athena
+npm install @classmethod/athena-query @aws-sdk/client-athena
19
20
21
22
-yarn add athena-query @aws-sdk/client-athena
+yarn add @classmethod/athena-query @aws-sdk/client-athena
23
24
25
## Usage
@@ -29,7 +29,7 @@ So we can use it with `for await () {}`,
29
30
```ts
31
import { Athena } from "@aws-sdk/client-athena";
32
-import AthenaQuery from "athena-query";
+import AthenaQuery from "@classmethod/athena-query";
33
34
const athena = new Athena({});
35
const athenaQuery = new AthenaQuery(athena);
0 commit comments