Skip to content

Commit 4a13c58

Browse files
committed
docs: fix package name
1 parent e68520f commit 4a13c58

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
@@ -15,11 +15,11 @@ Athena-Query wad inspired and forked from [athena-express](https://github.com/gh
1515
## Installation
1616

1717
```
18-
npm install athena-query @aws-sdk/client-athena
18+
npm install @classmethod/athena-query @aws-sdk/client-athena
1919
```
2020

2121
```
22-
yarn add athena-query @aws-sdk/client-athena
22+
yarn add @classmethod/athena-query @aws-sdk/client-athena
2323
```
2424

2525
## Usage
@@ -29,7 +29,7 @@ So we can use it with `for await () {}`,
2929

3030
```ts
3131
import { Athena } from "@aws-sdk/client-athena";
32-
import AthenaQuery from "athena-query";
32+
import AthenaQuery from "@classmethod/athena-query";
3333

3434
const athena = new Athena({});
3535
const athenaQuery = new AthenaQuery(athena);

0 commit comments

Comments
 (0)