diff --git a/Home.md b/Home.md index e228ad2..2dc952d 100644 --- a/Home.md +++ b/Home.md @@ -21,6 +21,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 = new Pool()