From 1b55c7bb7b31d5fa591212fe57eb308e4a5b5922 Mon Sep 17 00:00:00 2001 From: Jessica Evans <31384125+jessicalinux@users.noreply.github.com> Date: Sun, 27 Aug 2017 13:42:28 +0100 Subject: [PATCH] capital letters minor beautification --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8e479769..7b24ee38 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,14 @@ $ npm install pg ### Features -* pure JavaScript client and native libpq bindings share _the same api_ -* connection pooling -* extensible js<->postgresql data-type coercion -* supported PostgreSQL features - * parameterized queries - * named statements with query plan caching - * async notifications with `LISTEN/NOTIFY` - * bulk import & export with `COPY TO/COPY FROM` +* Pure JavaScript client and native libpq bindings share _the same api_ +* Connection pooling +* Extensible js<->postgresql data-type coercion +* Supported PostgreSQL features + * Parameterized queries + * Named statements with query plan caching + * Async notifications with `LISTEN/NOTIFY` + * Bulk import & export with `COPY TO/COPY FROM` ### Extras