Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
exe-dealer committed Jul 15, 2022
1 parent f0536eb commit 5042c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ await pg.query({
# Copy to stdout

```js
const upstream = await pg.stream({
const upstream = pg.stream({
statement: `COPY foo TO STDOUT`,
});

Expand Down

0 comments on commit 5042c43

Please sign in to comment.