Skip to content

Commit 6b0f4d0

Browse files
authored
Fix Markdown table (porsager#182)
1 parent 0eff017 commit 6b0f4d0

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
@@ -112,7 +112,7 @@ const sql = postgres()
112112
| `username` | `PGUSERNAME` or `PGUSER` |
113113
| `password` | `PGPASSWORD` |
114114
| `idle_timeout` | `PGIDLE_TIMEOUT` |
115-
' `connect_timeout` | `PGCONNECT_TIMEOUT` |
115+
| `connect_timeout` | `PGCONNECT_TIMEOUT` |
116116

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

0 commit comments

Comments
 (0)