From 93ae3489db7bc53f04a9f784f4e1c0e396036b6e Mon Sep 17 00:00:00 2001 From: chilts Date: Fri, 22 Feb 2013 16:38:58 -0800 Subject: [PATCH] Minor syntax fix --- pools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pools.md b/pools.md index 74bc628..895572a 100644 --- a/pools.md +++ b/pools.md @@ -7,7 +7,7 @@ A hash of all existing client pools. A pool's key is built by calling `JSON.str ####example ```js -var pg = require('pg); +var pg = require('pg'); console.log(Object.keys(pg.pools.all)); //[] //connect using defaults or environment variables