From 7d308ee8211d81463c10f3c3749e5ca22eb9e2e5 Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Wed, 11 Mar 2015 22:26:03 +0000 Subject: [PATCH] docs update. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 401cb756..9704fa48 100644 --- a/README.md +++ b/README.md @@ -310,13 +310,16 @@ When initializing the library, you can pass object `options` with a set of prope for global override of the library's behaviour: ```javascript var options = { - // supported properties: - // pgFormatting, promiseLib, connect, disconnect, query + // pgFormatting - redirects query formatting to PG; + // promiseLib - overrides default promise library; + // connect - database 'connect' notification; + // disconnect - database 'disconnect' notification; + // query - query execution notification. }; var pgp = pgpLib(options); ``` -Below is the list of all such properties that are currently supported. +Below is the list of all the properties that are currently supported. --- * `pgFormatting`