From 808c284b55b74005b7ab96a2a13a75a2e6c76657 Mon Sep 17 00:00:00 2001 From: Brian C Date: Fri, 8 Nov 2013 00:40:45 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 335e673..5005634 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ pg.connect(function(err, client, done) { ## notice -Before you set out on this magical piping journey, you _really_ should read this: http://www.postgresql.org/docs/9.3/static/sql-copy.html +Before you set out on this magical piping journey, you _really_ should read this: http://www.postgresql.org/docs/9.3/static/sql-copy.html, and you might want to take a look at the [tests](https://github.com/brianc/node-pg-copy-streams/tree/master/test) to get an idea of how things work. ## contributing