From edf3e9c486017ec89c7febd7299d8c8c9bad39db Mon Sep 17 00:00:00 2001 From: gyril Date: Tue, 21 Jun 2016 14:37:20 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 2dc952d..2b583df 100644 --- a/Home.md +++ b/Home.md @@ -22,7 +22,7 @@ I've written many apps with node-postgres in production. This is pretty much th ```js var http = require('http') -var Pool = require('pg') +var Pool = require('pg').Pool var pool = new Pool() http.createServer(function(req, res) {