From 6180bebd9da15cad502900431c9eaea883113e30 Mon Sep 17 00:00:00 2001 From: Oskar Gewalli Date: Sun, 15 Feb 2015 11:03:24 +0100 Subject: [PATCH] In order for the command line execution to finish --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85a50bc4..7b3d4263 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ pg.connect(conString, function(err, client, done) { } console.log(result.rows[0].number); //output: 1 + client.end(); }); }); ```