From f809ab3ea8255513fa9503f817957d54b2adcdca Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Fri, 6 Mar 2015 15:15:08 +0000 Subject: [PATCH] small docs update. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b1e67ab..6a87dd89 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ pgp.as.text(value); // returns proper PostgreSQL text presentation, pgp.as.date(value); // returns proper PostgreSQL date/time presentation, // wrapped in quotes. ``` -As these helpers are not associated with a connection, they can be called from anywhere. +As these helpers are not associated with a database, they can be called from anywhere. # Advanced