Skip to content

Commit 8c4dc49

Browse files
committed
Documentation
1 parent 15a5ad5 commit 8c4dc49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TODO: clojars coordinates
99

1010
## Setting up a connection pool
1111

12-
A pool of connections to PostgreSQL backend is created with `open-db`. Each connection *pool* start a single I/O thread used in communicating with PostgreSQL backend.
12+
A pool of connections to PostgreSQL backend is created with `open-db`. Each connection *pool* starts a single I/O thread used in communicating with PostgreSQL backend.
1313

1414
```clojure
1515
(require '[postgres.async :refer :all])
@@ -26,7 +26,7 @@ The connection pool is closed with `close-db!`. This closes all open connections
2626

2727
```clojure
2828
(close-db! db)
29-
```clojure
29+
```
3030

3131
## Running SQL queries
3232

0 commit comments

Comments
 (0)