Skip to content

Commit 1b55c7b

Browse files
polkadotpioneerbrianc
authored andcommitted
capital letters
minor beautification
1 parent 7d1342e commit 1b55c7b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ $ npm install pg
1919

2020
### Features
2121

22-
* pure JavaScript client and native libpq bindings share _the same api_
23-
* connection pooling
24-
* extensible js<->postgresql data-type coercion
25-
* supported PostgreSQL features
26-
* parameterized queries
27-
* named statements with query plan caching
28-
* async notifications with `LISTEN/NOTIFY`
29-
* bulk import & export with `COPY TO/COPY FROM`
22+
* Pure JavaScript client and native libpq bindings share _the same api_
23+
* Connection pooling
24+
* Extensible js<->postgresql data-type coercion
25+
* Supported PostgreSQL features
26+
* Parameterized queries
27+
* Named statements with query plan caching
28+
* Async notifications with `LISTEN/NOTIFY`
29+
* Bulk import & export with `COPY TO/COPY FROM`
3030

3131
### Extras
3232

0 commit comments

Comments
 (0)