Updated Home (markdown)

gyril 2016-06-21 14:37:20 -07:00
parent ebe7c2054e
commit edf3e9c486

@ -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) {