Skip to content

Commit cc40403

Browse files
authored
Update README.md
1 parent 955d6ba commit cc40403

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
@@ -172,7 +172,7 @@ pool.connect()
172172
.then(res => console.log(res.rows[0].clientCount)) // outputs 0
173173
}))
174174

175-
``
175+
```
176176

177177
This allows you to do custom bootstrapping and manipulation of clients after they have been successfully connected to the PostgreSQL backend, but before any queries have been issued.
178178

0 commit comments

Comments
 (0)