Skip to content

Commit 5054d67

Browse files
authored
Merge pull request #89 from classmethod/improve-doc
doc: improve how-to-use
2 parents 309095b + b8c144f commit 5054d67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const athenaQuery = new AthenaQuery(athena, {
5454
db: "test-db",
5555
workgroup: "test-workgroup",
5656
catalog: "test-catalog",
57+
outputLocation: "s3://path/to/query/bucket/",
5758
});
5859
```
5960

@@ -67,6 +68,6 @@ const resultGen = athenaQuery.query(
6768
`,
6869
{
6970
executionParameters: ["test", 123, 456n],
70-
}
71+
},
7172
);
7273
```

0 commit comments

Comments
 (0)