Skip to content

Commit b8c144f

Browse files
committed
doc: improve how-to-use
1 parent 309095b commit b8c144f

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)