Skip to content

Commit f900c58

Browse files
authored
Fix return type definition
1 parent 0183c6f commit f900c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const sql = postgres()
116116

117117
## Query ```sql` ` -> Promise```
118118

119-
A query will always return a `Promise` which resolves to a results array `[...]{ rows, command }`. Destructuring is great to immediately access the first element.
119+
A query will always return a `Promise` which resolves to a results array `[...]{ count, command }`. Destructuring is great to immediately access the first element.
120120

121121
```js
122122

0 commit comments

Comments
 (0)